php getdate 返回 2 小时休息的日期
我有一个非常简单的问题。我将由 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来 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.