php.iniのtimezone設定

ただの設定忘れなんですが、こんな感じでエラーが出たのでその対応。

Warning: strftime(): 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を編集

# vi /etc/php.ini
--------
date.timezone="Asia/Tokyo"

apacheを再起動し、エラーが消えた事を確認。