PHP时区问题 10
我用的Lighttpd+PHP5+SQLitePHP版本5.4.5-3Typecho博客安装一切顺利但装完跳转主页index.php时显示Warning:phpinfo(...
我用的Lighttpd + PHP5 + SQLitePHP版本5.4.5-3Typecho博客安装一切顺利但装完跳转主页index.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. in /www/typecho/x.php on line 2但时区我在php.ini里已经改过了也重启了Lighttpd服务[Date] date.timezone = Asia/Shanghai
;date.default_latitude = 31.7667
;date.default_longitude = 35.2333;date.sunrise_zenith = 90.583333;date.sunset_zenith = 90.583333问题还是依旧phpinfo里也是这样显示实在是崩溃啊!!!求解救。。。。。。
phpinfo:
主页index.php显示:
已安装的php组件:
我修改的是/etc/php.ini 展开
;date.default_latitude = 31.7667
;date.default_longitude = 35.2333;date.sunrise_zenith = 90.583333;date.sunset_zenith = 90.583333问题还是依旧phpinfo里也是这样显示实在是崩溃啊!!!求解救。。。。。。
phpinfo:
主页index.php显示:
已安装的php组件:
我修改的是/etc/php.ini 展开
5个回答
展开全部
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = PRC
保存后重启
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = PRC
保存后重启
追问
还是不顶用啊
有人说还有一种办法不用修改php.ini
在程序代码里加date_default_timezone_set('Asia/Shanghai');
怎么加?在那个文件里加?
追答
看你的目录结构,应该是在config.inc.php中,你可以试试
展开全部
在apache中bin文件中的php.ini修改为date.timezone = Asia/Hong_Kong然后重启apache服务
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我也遇到同样问题,试了各种时区都不行,是不是这个php版本的问题?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
timezone=PRC
更多追问追答
追问
[Date]
date.timezone = PRC
也试了,还是不行
没有前面的“date.”吗?
追答
它默认前面是什么就是什么
记得重启
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询