首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

date(): It is not safe to rely on the system’s timezone settings

2013-11-01 
date(): It is not safe to rely on the system’s timezone settings.在执行php脚本时出现的错误:date():

date(): It is not safe to rely on the system’s timezone settings.

在执行php脚本时出现的错误:

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. 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
解决方法:

在php.in 配置文件里添加:date.timezone = "Asia/Shanghai"



热点排行