首页 > Web开发 > 详细

PHP Warning: Unknown: It is not safe to rely on the system's timezone settings

时间:2016-08-01 23:22:00      阅读:163      评论:0      收藏:0      [点我收藏+]

PHP Warning:  Unknown: It is not safe to rely on the system‘s timezone settings


解决:

2.找到date.timezone,修改为 date.timezone = RPC,后保存。

[Date]

; Defines the default timezone used by the date functions

; http://php.net/date.timezone

date.timezone = 


修改为


[Date]

; Defines the default timezone used by the date functions

; http://php.net/date.timezone

date.timezone = PRC



PHP Warning: Unknown: It is not safe to rely on the system's timezone settings

原文:http://ignatius.blog.51cto.com/10028892/1833049

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