Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 D:\AppServ\www\Bob\processorder.php on line 23
时区报错:
设置php.ini如下
date.timezone =PRC
此问题多出现在PHP集成开发环境中。。。。
本文详细介绍了在PHP集成开发环境中遇到时区报错的原因及解决方法,通过修改`php.ini`文件中的`date.timezone`配置项为`PRC`来解决时区相关警告。
5799

被折叠的 条评论
为什么被折叠?



