Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PHP 日期函数来获取今天的日期,但它会在 2013 年 3 月 31 日返回,即明天。我已经尝试更改默认时区,但它仍然返回相同的。
date_default_timezone_set('Europe/Dublin'); echo date("d/m/Y");
有任何想法吗?
看起来像 php 5.3.2-1 中的错误。尝试运行错误报告中的 php 脚本并发布结果。