php(Codeigniter) 的 DST 设置
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
I(大写 i) - 日期是否处于夏令时 - 如果夏令时则为 1,否则为 0。
I (capital i) - Whether or not the date is in daylight saving time - 1 if Daylight Saving Time, 0 otherwise.