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.
我像这样使用 strtotime 函数:
strtotime($from);
$from 在两台服务器(本地和生产)上都是一样的 - 2013-10-01
但返回的 strtotime 结果不一样。
在本地(Windows 8,wamp) - 1380585600 在生产(Linux) - 1380578400
您是否设置了默认时区?
date_default_timezone_set('America/New_York');