duanbi7204 2013-12-31 11:11
浏览 106
已采纳

Yii设置日期默认时区错误

After creating new webapp with its name. I get this error now.

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 the timezone 'UTC' for now, but please set date.timezone to select your timezone.

After got this result I wrote this to config array:

'timeZone' => 'Asia/Tehran',

and to index.php:

Yii::app()->setTimeZone("UTC");

But that does not change anything and the problem remains unsolved.

My default system date is :

Tue Dec 31 14:11:49 IRST 2013

php.ini :

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone =

; http://php.net/date.default-latitude
;date.default_latitude = 31.7667

; http://php.net/date.default-longitude
;date.default_longitude = 35.2333

; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333

; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333
  • 写回答

4条回答 默认 最新

  • duanhan7001 2013-12-31 11:30
    关注

    You can also use this if you do not want to touch your php.ini file

    date_default_timezone_set("Asia/Tehran");
    

    OR

    ini_set('date.timezone','Asia/Tehran');
    

    Update
    You can also use

    ini_alter('date.timezone','Asia/Tehran');
    

    But do not forget to call it before calling any date function.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 用hfss做微带贴片阵列天线的时候分析设置有问题
  • ¥50 我撰写的python爬虫爬不了 要爬的网址有反爬机制
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥120 计算机网络的新校区组网设计
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据
  • ¥20 软件测试决策法疑问求解答
  • ¥15 win11 23H2删除推荐的项目,支持注册表等