2012-06-20から1日間の記事一覧

CakePHP2系を使おうとしたらこんなエラーがでました。

PHP Warning: strtotime(): 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. で対策としては、php.iniでtimezoneの指定をしてあげるといい…