php的时区修改

Posted 兜风

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php的时区修改相关的知识,希望对你有一定的参考价值。

Warning: phpinfo(): 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 the timezone ‘UTC‘ for now, but please set date.timezone to select your timezone.

警告:phpinfo():依靠系统的时区设置是不安全的。 您需要*使用date.timezone设置或date_default_timezone_set()函数。 如果您使用任何这些方法,并且您仍然收到此警告,您很可能拼写时区标识符。 我们现在选择了时区“UTC”,但请设置date.timezone来选择您的时区。

即在php,ini中修改date,timezone参数设置为如:date.timezone=Asia/Chongqing

以上是关于php的时区修改的主要内容,如果未能解决你的问题,请参考以下文章

php的时区修改

修改php上传文件尺寸响应时间时区时间等设置

修改服务器时区

xampp 修改 时区为中国. timezone

php怎么改时区

PHP设置时区的方法