want to get similar timing across the world using C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am having a problem while setting timings. The scenario is such that we
are having two server one at Germany and another at UK. As we are trying to
get system timings. They are showing different. For user perspective this is
not acceptable. So I need a resolution. Could anyone please help me regarding
this.

regards
sourav.
 
Set the servers to UTC so the server itself is set to Grenwich Mean Time
(GMT). After that, you can localize the time on your .NET applications so
each user sees their local time (if this is what you desire). The UTC,
itself, will sync things up.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top