中山php|最優網絡 :中山做網站 中山php建站
最優良人
Posts Tagged With: date
php date函數的時區問題,輸出時間有誤
2012/06/02 at 10:16 » Comments (15)
問題:echo date('o-m-j H:i'); 輸出結果與本地時間相差8小時。 原因:時區未正確設置。 兩種解決方法: 1.加入date_default_timezone_set('Asia/Shanghai'); 2. 修改php.ini [Date] ; Defines the default timezone used by the date functions date.timezone = PRC 注:PRC為中化人民共和國 more »