首页 > Web开发 > 详细

PHP date()函数警告: It is not safe to rely on the system解决方法

时间:2016-02-02 23:24:55      阅读:455      评论:0      收藏:0      [点我收藏+]

访问网站提示:
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

大体是说timezone没有设置,在中国使用的是格林+8小时,所以需要设置一下。
解决方法1:修改php.ini
                  添加:date.timezone = "Asia/Shanghai"

解决方法2:在php.ini里找到date.timezone这行,把值改成PRC,如date.timezone = PRC。

                   如果没有这一行直接加上就好。最后重启WEB服务器与PHP即可。

注:有时候方法1不能凑效,用方法2就立即生效。

本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1740757

PHP date()函数警告: It is not safe to rely on the system解决方法

原文:http://461205160.blog.51cto.com/274918/1740757

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!