PHP错误提示It is not safe to rely on the system怎么办

发布时间:2021-07-12 13:48:10 作者:小新
来源:亿速云 阅读:125

这篇文章主要为大家展示了“PHP错误提示It is not safe to rely on the system怎么办”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“PHP错误提示It is not safe to rely on the system怎么办”这篇文章吧。

在php程序开发中有时会出现类似于这样的警告:

PHP 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 'UTC' for '8.0/no DST' instead in......

能这这警告的提示信息我们可以初步知道是时区问题,这是因为PHP默认获取的时间是格林威治标准时间,所以这个时间会和标准北京时间相差8个小时,对于这个错误我们可以选用下面两个方法之中的一个就可以解决。

1、在页头使用date_default_timezone_set('PRC')设置时区为北京时间即可。

2、在服务器PHP配置文件 php.ini 中设置date.timezone的值为PRC;找到date.timezone=PRC,同时去掉前面的分号,即取消这一行代码的注释,如果没有此句可自行加上,然后重启web服务器即可。

以上是“PHP错误提示It is not safe to rely on the system怎么办”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注亿速云行业资讯频道!

推荐阅读:
  1. PHP Warning: Unknown: It is not safe to rely on the system's timezone settings
  2. PHP问题 —— It is not safe to rely on the system's

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

php

上一篇:android 中怎么判断网络连接

下一篇:android中怎么利用java反射机制动态获取资源ID

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》