dateのところにという警告が出ていた。date
Warning: phpinfo() [function.phpinfo]: 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 'Asia/Tokyo' for 'JST/9.0/no DST' instead in /htdocs/info.php on line 2
警告されないためには/etc/php.iniの
[Date]のコメントされている部分を
;date.timezone =
[Date]とすれば警告がなくなるようだ。
date.timezone = Asia/Tokyo
http://d.hatena.ne.jp/shimooka/20090519/1242665027
http://d.hatena.ne.jp/tenkoma/20090711/1247340645
0 件のコメント:
コメントを投稿