php getdate 返回 2 小时休息的日期

发布于 2024-12-11 18:24:32 字数 153 浏览 2 评论 0原文

我有一个非常简单的问题。我将由 javascript 创建的日期(以毫秒为单位)发送到 php 站点,并使用 phps getdate 获取有关关联数组中的日期的信息。我的时区是 GMT+2,但我不明白为什么使用毫秒的日期转换会产生这样的效果。有人可以向我解释一下吗?

谢谢!

I've got a pretty simple question. I send a date as millis created by javascript to a php site and use phps getdate to get information about the date in an associative array. My timezone is GMT+2, but I do not understand why date conversion using milliseconds should have any effect like this. Can someone please explain this to me?

Thanks!

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

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

发布评论

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

评论(1

孤云独去闲 2024-12-18 18:24:32

听起来 PHP 不知道时区应该是什么,或者系统时区设置不正确。最简单的解决方法是自行设置您想要的时区 在 PHP 代码中。

It sounds like PHP doesn't know what the timezone is supposed to be or the system timezone is not properly set. The simplest fix is to set the timezone you want yourself in the PHP code.

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