找回密碼
 註冊
搜索
查看: 2152|回復: 0

[分享] 設定地區時間date_default_timezone_set()

[複製鏈接]
發表於 2010-6-8 12:16:25 | 顯示全部樓層 |閱讀模式
 
Push to Facebook
使用 nginx + php-fpm 測試 phpinfo() 時....發現了底下這個warning 訊息...
Warning: phpinfo(): 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 in /var/www/test.php on line 2

查了一下...加上用 date_default_timezone_set()...果然就可以了
<?php
  date_default_timezone_set("Asia/Taipei");
  echo strftime("%Y-%m-%d %H:%M:%S");
?>
 
您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

Archiver|手機版|小黑屋|TShopping

GMT+8, 2025-5-1 02:42 , Processed in 0.018208 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回復 返回頂部 返回列表