2
I recently hosted an application on a North American server, so the dates are outside the Brazilian time zone. In this way, I would like to know if there is a way to define the time zone once so that every time the DateTime.Now
in a variable, its value is already updated according to the defined zone.
Another thing also, I wonder if it is possible to define a single Brazilian format for all dates, without having to change the format in each variable.
Well, that’s too bad. Already for the format I added this on web.config: <globalization enableClientBasedCulture="false" Culture="en-BR" uiCulture="en-BR" /> and it worked.
– Leomar de Souza
For format yes, but spindle has no way.
– Maniero