瀏覽代碼

remove default timezone #411

walkor 6 年之前
父節點
當前提交
4e5c24073b
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Lib/Constants.php

+ 0 - 4
Lib/Constants.php

@@ -12,10 +12,6 @@
  * @license   http://www.opensource.org/licenses/mit-license.php MIT License
  */
 
-// Date.timezone
-if (!ini_get('date.timezone')) {
-    date_default_timezone_set('Asia/Shanghai');
-}
 // Display errors.
 ini_set('display_errors', 'on');
 // Reporting all.