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

來源:互聯網
上載者:User


在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

為什麼會出現這樣的報錯?

從 PHP 5.1.0 引用了時區設定(date.timezone),但其預設又是關閉的,所以使用date()等函數時,都會產生E_NOTICE 或者 E_WARNING 資訊。

處理方法1

在調用date前加入下代碼


在頁頭加入代碼:ate_default_timezone_set("PRC");
在頁頭加入代碼:ini_set('date.timezone','注釋:RPC');
在php.ini中啟用date.timezone設定並設定其值:date.timezone=PRC,並重啟apache;

注釋:RPC代表中華人民共和國。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.