码迷,mamicode.com
首页 > Web开发 > 详细

PHP Warning: strtotime(): It is not safe to rely on the system's timezone settings.

时间:2014-08-29 12:32:47      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:http   使用   ar   文件   art   cti   sp   on   ad   

有三种解决办法:


1. php文件中设置时区

    <?php

         date_default_timezone_set(‘Asia/Shanghai‘);

         echo strtotime(‘2012-9-3‘);

    ?>

2. 设置php.ini

   data.timezone = "Asia/Shanghai"


3. 设置date_timezone.ini

  date.timezone = "Asia/Shanghai"


如果使用zend server ,在 Server Setup -> Directives -> date.timezone 设置成Asia/Shanghai 。
然后点击Save Changes, Restart PHP

bubuko.com,布布扣

对应的时区参考:timezones

PHP Warning: strtotime(): It is not safe to rely on the system's timezone settings.

标签:http   使用   ar   文件   art   cti   sp   on   ad   

原文地址:http://www.cnblogs.com/baocheng/p/3944397.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!