Drupal Date api,日期显示为比输入日期早一天
我不确定出了什么问题,但我创建了一个日期字段,尽管它一直工作正常,但在 2012 年 3 月 12 日及之后,输入的所有日期都会提前一天检索。节点编辑中的字段显示正确的日期,但检索是问题。不知道是不是时区问题?为什么是 2012 年 3 月 12 日及之后?
我感觉它与 UTC 和 DST 有关,但我不知道该怎么办。在日期和时间设置中,我将其设置为美国/多伦多,这就是我想要的。
i'm not sure what is going wrong, but I created a Date field, and though it has been working fine, on March 12, 2012 and beyond all dates entered are retrieved one day earlier. The fields in the node edit display the correct date, but retrieving is the problem. I'm not sure if it is a timezone issue? Why March 12, 2012 and past that?
I have a feeling it has something to do with UTC and DST, but i dont know what to do. In the Date and Time settings I have it set as america/toronto which is what I want.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚在使用 format_date 函数时添加了时区:
I just added the timezone when using the format_date function: