とにかくDateTimeを使うときにはタイムゾーンを設定する必要がある。

必要なのは現在時刻の取得の場合だけかと思ってました。そりゃ必要ですよね。

date_default_timezone_set(‘Asia/Tokyo’); //これが必要
$lastAvailable = new DateTime(‘2011-01-01 00:00:00’);

原文
DateTime::__construct(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please set date.timezone to select your timezone.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です