time zones

  • Thread starter Thread starter Uzi Baruch
  • Start date Start date
U

Uzi Baruch

Hi!

im working on a client server application using .NET remoting, i have a
problem in which the server is at another time zone and i want to enforce
the server timezone on the client current proccess.

something like setting the server culture info on the client, but doing that
only sets the formatting info.

thanks,
Uzi
 
Uzi,

I think that in this scenario, the date time values you use should
always be in GMT. Once you have that, you can have the client get the
timezone from the server, and then perform the necessary
modifications/checks/calculations with the date/time.

Hope this helps.
 
Back
Top