php(Codeigniter) 的 DST 设置

发布于 2024-12-04 06:52:02 字数 162 浏览 1 评论 0原文

我正在 php(codeigniter) 中开发世界时钟模块。我需要根据人们在下拉框中选择的时区显示时间。我已经完成了该操作,但面临 DST(夏令时)设置的问题。我如何知道特定时区的天气是否有夏令时。请帮助我解决这一问题,因为我来自印度,不熟悉夏令时。事实上,在完成这个项目后,我了解了夏令时。哈哈..请帮忙。

I am working on a world clock module in php(codeigniter). I need to display times according to timezone which people select in a drop box. I have completed that, but facing a problem with DST(day light saving) settings. How do i get to know weather that particular timezone has DST for it or not. Kindly help me with this point as I am from India and not familiar with day light savings. Infact got to know about day light saving after working on this project. LOL.. Kindly help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

(り薆情海 2024-12-11 06:52:02

I(大写 i) - 日期是否处于夏令时 - 如果夏令时则为 1,否则为 0。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文