用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

PHP中date函数date(): It is not safe to rely

时间:2015-01-23  来源:西部数据  作者:西部数据

今天在php直接使用date函数会发现提示date():It is not safe to rely...错误了,提示是不是一个安全的用法,那么要如何解决此问题呢.

在PHP代码中调用date函数时,在日志里看到如下报错:

PHP Warning:  date(): 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 'Asia/Chongqing' for 'CST/8.0/no DST' instead//phpfensi.com

为什么会出现这样的报错?

从 PHP 5.1.0 引用了时区设置(date.timezone),但其默认又是关闭的,所以使用date()等函数时,都会产生E_NOTICE 或者 E_WARNING 信息.

处理方法,在调用date前加入下代码:

在页头加入代码:ate_default_timezone_set("PRC");

在页头加入代码:ini_set('date.timezone','注释:RPC');

在php.ini中启用date.timezone设置并设置其值,date.timezone=PRC,并重启apache.

来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
    无相关信息
栏目更新
栏目热门