> 백엔드 개발 > PHP 튜토리얼 > php提示PHP Warning: date(): It is not safe to rely on the......安全错误的解决办法

php提示PHP Warning: date(): It is not safe to rely on the......安全错误的解决办法

WBOY
풀어 주다: 2016-06-20 13:04:33
원래의
992명이 탐색했습니다.

php提示PHP Warning: date(): It is not safe to rely on the......安全错误的解决办法

在使用国外主机或者自己安装的php环境的时候,由于没有配置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 Warning: strtotime(): 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.ini 中设置date.timezone的值为PRC,设置好以后的为:date.timezone=PRC,同时去掉前面的分号,即取消这一行代码的注释。

提示:date_timezone_set — 别名 DateTime::setTimezone()


관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿