php日期问题
";
?>
出现这个是什么原因
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 F:appappserverAppServwwwdate1.php on line 7
浠婂ぉ鏄� 2016/11/08
回复内容:
";
?>
出现这个是什么原因
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 F:appappserverAppServwwwdate1.php on line 7
浠婂ぉ鏄� 2016/11/08
在使用之前设置时区。
应该是时区不对 设置下时区
传送 设置时区方法 http://www.jb51.net/article/3...
有用顶下 采纳 谢谢
时区没有设置,更改一下php.ini
文件中的date.timezone = PRC
,进行如上的更改,然后重启一下服务器
date_default_timezone_set('PRC');
修改php.ini
的配置项data.timezone = "Asia/Shanghai"
。或者如下
";
上一篇: 使用bbed恢复表数据
下一篇: mysql怎么开启远程登录功能
推荐阅读
-
连接wifi提示“身份验证出现问题”解决方法
-
Android Studio卡很久(loading)的问题解决办法
-
HTML5实现简单图片上传所遇到的问题及解决办法
-
完美解决Jpush[获取sdk版本失败!]的问题
-
关于HTML5 Placeholder新标签低版本浏览器下不兼容的问题分析及解决办法
-
Android在layout xml中使用ViewStub完成动态加载问题
-
android图像绘制(二)画布上放大缩小问题
-
Android中父View和子view的点击事件处理问题探讨
-
Intel HAXM为Android 模拟器加速解决模拟器运行慢的问题
-
android开发环境遇到adt无法启动的问题分析及解决方法