主页 > 知识库 > PHP错误提示It is not safe to rely on the system……的解决方法

PHP错误提示It is not safe to rely on the system……的解决方法

热门标签:西区企业怎么做地图标注入驻 九江外呼系统 阿里云400电话申请加工单 七鱼外呼系统停用吗 抖音有个地图标注是什么意思 海南人工外呼系统有效果吗 地下城堡2图九地图标注 保定crm外呼系统运营商 智能电话机器人排名前十名南京

在php程序开发中有时会出现类似于这样的警告:

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 'UTC' for '8.0/no DST' instead in......

能这这警告的提示信息我们可以初步知道是时区问题,这是因为PHP默认获取的时间是格林威治标准时间,所以这个时间会和标准北京时间相差8个小时,对于这个错误我们可以选用下面两个方法之中的一个就可以解决。

1、在页头使用date_default_timezone_set('PRC')设置时区为北京时间即可。

2、在服务器PHP配置文件 php.ini 中设置date.timezone的值为PRC;找到date.timezone=PRC,同时去掉前面的分号,即取消这一行代码的注释,如果没有此句可自行加上,然后重启web服务器即可。

关于PHP时间方面的知识可参考:PHP时间函数使用详解

总结

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对脚本之家的支持。如果你想了解更多相关内容请查看下面相关链接

您可能感兴趣的文章:
  • php中安全模式safe_mode配置教程
  • PHP3 safe_mode 失效漏洞
  • 解决php的“It is not safe to rely on the system’s timezone settings”问题
  • PHP date()函数警告: It is not safe to rely on the system解决方法
  • 解析PHP中VC6 X86和VC9 X86的区别及 Non Thread Safe的意思
  • PHP 5.3 下载时 VC9、VC6、Thread Safe、Non Thread Safe的区别分析
  • php5 non-thread-safe和thread-safe这两个版本的区别分析
  • sourcesafe管理phpproj文件的补充说明(downmoon)
  • PHP safe_mode开启对于PHP系统函数有什么影响

标签:昭通 九江 辽阳 凉山 韶关 梅河口 甘肃 十堰

巨人网络通讯声明:本文标题《PHP错误提示It is not safe to rely on the system……的解决方法》,本文关键词  PHP,错误,提示,not,safe,rely,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《PHP错误提示It is not safe to rely on the system……的解决方法》相关的同类信息!
  • 本页收集关于PHP错误提示It is not safe to rely on the system……的解决方法的相关信息资讯供网民参考!
  • 推荐文章