码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-07-19 15:33:23      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

OSSEC安装结束后运行,运行以下命令却抛错

cat /opt/ossec/logs/alerts/alerts.log

具体抛错内容:

** Alert 1468897672.2164786: mail  - syslog,errors,
2016 Jul 19 11:07:52 localhost->/var/log/httpd/error_log
Rule: 1002 (level 2) -> Unknown problem somewhere in the system.
[Tue Jul 19 11:07:50.911154 2016] [:error] [pid 7373] [client 192.168.129.1:54054] PHP Warning:  date(): It is not safe to rely on the systems 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. in /var/www/html/analogi/detail.php on line 547, referer: http://192.168.129.128/analogi/

It is not safe to rely on the system解决方法,其实就是时区设置不正确造成的,
解决方法就是在/etc/php.ini里加上找到date.timezone项,

设置date.timezone = "Asia/Shanghai",重启环境就ok了。

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

标签:

原文地址:http://www.cnblogs.com/tdcqma/p/5684853.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!