Drupal Date api,日期显示为比输入日期早一天

发布于 2024-12-15 02:31:36 字数 205 浏览 1 评论 0原文

我不确定出了什么问题,但我创建了一个日期字段,尽管它一直工作正常,但在 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 技术交流群。

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

发布评论

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

评论(1

你另情深 2024-12-22 02:31:36

我刚刚在使用 format_date 函数时添加了时区:

$date_start = format_date(strtotime($node->field_event_date[0][value]),$type='custom',$format='F j, Y',$timezone='America/Toronto');

I just added the timezone when using the format_date function:

$date_start = format_date(strtotime($node->field_event_date[0][value]),$type='custom',$format='F j, Y',$timezone='America/Toronto');
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文