开发者

Identifying whether Date in daylight saving or not in Mysql

开发者 https://www.devze.com 2023-03-13 08:35 出处:网络
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 standar

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

精彩评论

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