PHP Warning

PHP Warning:  date(): 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 に

date.timezone = 'Asia/Tokyo'

とするか、コード中に

date_default_timezone_set('Asia/Tokyo')

とすれば、このワーニングはなくなる。


2 Responses to PHP Warning

  1. Pingback: PHPフレームワークsymfonyをインストールする | Square MI blog

  2. ありがとうございます

コメントを残す

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

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>