标签: php mysql database datetime timezone
可能重复: Datatype/structure to store timezones in MySQL How to store users timezone in mysql?
我看到两个选项 - 与UTC或GMT的偏移,或将时区存储在像“Asia / Seoul”这样的字符串中。我得到偏移方法不考虑时间变化,所以我不会使用它,但由于某种原因,存储用户的时区只是用英语输入似乎有点奇怪。我忽略了其他一些时区格式吗?
答案 0 :(得分:2)
如果您要使用PHP,那么像Asia/Seoul这样的时区字符串将更容易使用,尤其是当您使用DateTime类套件时(尤其是DateTimeZone)
Asia/Seoul
DateTime
DateTimeZone