I recently hosted an application on a North American server, so the dates are outside the Brazilian timezone. This way, I would like to know if there is a way to set the time zone only once so that every time you use DateTime.Now
in a variable, its value is already updated according to the defined time zone.
Also, I would like to know if it is possible to define the Brazilian format once for all dates, without having to change the format for each variable.