PHP的时区问题

装了PHP-5.3.0, 启动的时候总是会有

"[06-Aug-2009 13:27:31] PHP Warning:  PHP Startup: 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/Chongqing' for 'CST/8.0/no DST' instead in Unknown on line 0

在lib.ini中设置date.timezone = "Asia/Shanghai", 也没有什么用...

最后在shell中执行TZ='Asia/Shanghai'; export TZ , 重启php-fpm, 解决了..

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章