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');