牛下载:绿色软件官方软件免费下载基地!
所在位置:首页 > 新闻资讯 > php出现Warning: date(): It is not safe to rely on the system's timezone settings

php出现Warning: date(): It is not safe to rely on the system's timezone settings

发布时间:2019-05-16 10:16:20来源:阅读:

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. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. 

遇到这样的问题是PHP没有正确的PHP时间设置 ,如果使用PHP5.3以上版本时,如果没有正确的配置php.ini就会出现PHP日期函数的错误。

三种解决方法(任选其一就可以了) :

1.在页头使用date_default_timezone_set()设置 date_default_timezone_set('PRC'); //东八时区

2.在页头使用 ini_set('date.timezone','Asia/Shanghai');

3.修改 php.ini(如果是 windows 系统,那么文件在 C 盘,Windows 目录下,假如系统是安装在 C 盘)。使用记事本打开 php.ini 查找 date.timezone 去掉前面的分号修改成为:date.timezone = PRC
重启http服务(如apache2或iis等)即可!

如果是自己的服务器,可以使用前两种方法 ,如果用的虚拟主机只能用第三种方法了。。。


反对
收藏
  • 热门资讯
  • 最新资讯
  • 应用排行榜
  • 游戏排行榜