开发者

Identifying whether Date in daylight saving or not in Mysql

H开发者_开发问答ow to identify if a date is in daylight saving time zone or not in mysql ?


Store dates in MySQL using UTC times (which have no daylight savings). That way, you can be assured of standardization in the database, and you can handle timezones in the code reliably.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜