Home  >  Article  >  Backend Development  >  PHP Warning reports "timezone" error_PHP Tutorial

PHP Warning reports "timezone" error_PHP Tutorial

WBOY
WBOYOriginal
2016-07-21 14:51:471142browse

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 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /var/www/html/include/global_constants.php on line 160

解决办法,在php.ini里加上


date.timezone = "Asia/Chongqing"

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/371788.htmlTechArticlePHP 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 c...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn