PHP date_default_timezone_set() Eastern Standard Time (EST)

后端 未结 5 698
梦谈多话
梦谈多话 2020-12-17 16:48

Long story short

Is there an official, un-deprecated timezone that PHP5 recognizes for Eastern STANDARD time--not Eastern DAYLIGHT time?

5条回答
  •  借酒劲吻你
    2020-12-17 17:39

    You should always store times using UTC, which is what time() returns, then set the timezone based on the location of the server, which will be updated for DST if applicable.

提交回复
热议问题