PHP中未做timezone设置导致date()函数报错解决方法记录

在访问使用yii自动生成的php站点的时候报如下警告:

date() [<a href='function.date'>function.date</a>]: 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

我试验过的解决方法为设置一下php.ini文件中的date_timezone属性,例如设置为date.timezone = Asia/Shanghai

更多解决办法请看另一篇文章---http://wz102.blog.51cto.com/3588520/1243649


页面截图:

PHP中未做timezone设置导致date()函数报错解决方法记录_第1张图片

你可能感兴趣的:(PHP中未做timezone设置导致date()函数报错解决方法记录)