How does one deal with multiple TimeZones in applications that store dates and times?

后端 未结 6 1591
轻奢々
轻奢々 2020-12-18 08:50

I realize this is a bit subjective, but I\'m hoping to pick everyones brain here on how they deal with multiple timezones? There are a variety of similar questions here and

6条回答
  •  感情败类
    2020-12-18 09:05

    One of the projects i'm working on i'm using SQL Server 2005 and GETUTCDATE() to store the date in UTC format.

提交回复
热议问题