将 .ini 文件更改为正确格式后,Wamp 服务器日期不正确?

发布于 2024-12-01 23:33:18 字数 104 浏览 0 评论 0原文

在我的 php.ini 中,我已将时区更改为欧洲/伦敦。

虽然日期仍然是

2028/08/11,

但时间是正确的,这是怎么回事以及我该如何纠正它。

In my php.ini I have changed the timezone to Europe/London.

Although the date still echo at

2028/08/11

The time is correct though, how is this and how can I correct it.

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

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

发布评论

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

评论(1

国粹 2024-12-08 23:33:18

您的结果:

2028/08/11

包含正确的日期,但在开头附加了 20。如果您的日期格式正确,您或其他操作必须回显 20

正如您的评论中所述,这是 MySQL 错误的结果。

Your result:

2028/08/11

contains the correct date, but has a 20 appended to the beginning. If your date formatting is correct, you or another operation must be echoing 20.

As stated in your comment, this was the result of a MySQL error.

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