9

What would be an ideal time and timezone setup for multi-country servers? Especially considering one central IT team managing these servers.

Currently we have each server using a local timezone. e.g. servers in the Chinese datacenter are set with CST. Servers in our German datacenter are set to CEST. Time is set as local time at the datacenter. (note: in total we have servers in 6 countries).
The current setup is useful when it comes to looking at logs locally on the server (knowing exactly when event happened relative to current server local time). However, when looking at events from a central syslog server it becomes a nightmare.

Alex
  • 1,828
  • 4
  • 31
  • 52

3 Answers3

19

Set everything to UTC. In addition to the examples user48838 mentioned, most things related to aviation are given in Zulu time (same as UTC/GMT). e.g. flight plans are filed with takeoff and landing times in UTC.

Ward - Trying Codidact
  • 12,899
  • 28
  • 46
  • 59
  • advantages of UTC over GMT? – Alex Sep 06 '11 at 05:01
  • 4
    UTC is the modern version of GMT, viz: http://geography.about.com/od/timeandtimezones/a/gmtutc.htm – Ward - Trying Codidact Sep 06 '11 at 05:02
  • Ward, you convinced me :) – Alex Sep 06 '11 at 06:32
  • 2
    Ntpd uses UTC internally, timezones (in unix) are just part of how to display a timestamp. Your central IT team would have to learn to do everything in UTC and annotate any documented or published time with the timezone. Tip: have wall clocks and onscreen clocks in localtime and UTC. – Koos van den Hout Sep 06 '11 at 09:07
  • 4
    From a French point of view, UTC is preferable because it doesn't explicitly refer to some place in England :) – cjc Sep 06 '11 at 14:16
  • This is where I point out that UTC was picked as the abbreviation because it doesn't match either Coordinated Univeral Time OR Temps universel coordonné. – Ward - Trying Codidact Sep 06 '11 at 14:28
5

GMT (Greenwich Mean Time) is the common time for multiple entities (governments, military organizations, etc.) needing to track time across multiple time zones.

user48838
  • 7,431
  • 2
  • 18
  • 14
2

We have all our servers, routers, etc.. synchronized to UTC / GMT. For me, the best feature of UTC is it doesn't have daylight savings time; wich is bad if you need to cross-check / relate system logs or CDR (call detail records).

If you don't need to use UTC (because you're far away from Europe and you'll have a hard time figuring out when some event did happen), you can use a GMT+offset that is meaningful to you.