gpt4 book ai didi

php - 如何检查时间偏移量是否在夏令时?

转载 作者:可可西里 更新时间:2023-11-01 13:37:13 25 4
gpt4 key购买 nike

我使用的 CMS 允许我访问用户与 UTC/GMT 时间的时间偏移。因此,如果用户将他们的时区设置为 EST,则此偏移量将为“-5”。

当我需要显示当前时间时,我现在正在做的事情是这样的:

date('M j Y h:i A', time() + $offset*3600)

这有效,除非当夏令时对用户有影响时,它会晚一个小时。

所以,我的问题是,如何确定给定的时间偏移量(如“-5”)是否需要添加一个小时?

最佳答案

http://php.net/manual/en/function.date.php

I (capital i) | Whether or not the date is in daylight saving time | 1 if Daylight Saving Time, 0 otherwise.

这有帮助吗?

关于php - 如何检查时间偏移量是否在夏令时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11181667/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com