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の指定をしてあげるといいです。

date.timezone = ‘Asia/Tokyo’