Added info about the time zone setting in index.php and that its not recommended to change it!
这个提交包含在:
父节点
0f4bd03951
当前提交
d075c09de9
共有 1 个文件被更改,包括 10 次插入 和 0 次删除
10
index.php
10
index.php
|
|
@ -19,7 +19,17 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define('ENVIRONMENT', 'development');
|
define('ENVIRONMENT', 'development');
|
||||||
|
|
||||||
|
/*
|
||||||
|
*---------------------------------------------------------------
|
||||||
|
* Default Time Zone
|
||||||
|
*---------------------------------------------------------------
|
||||||
|
*
|
||||||
|
* As amateur radio generally works by UTC this is stored by default.
|
||||||
|
* It is not recommended that you hcange this setting.
|
||||||
|
*/
|
||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*---------------------------------------------------------------
|
*---------------------------------------------------------------
|
||||||
* ERROR REPORTING
|
* ERROR REPORTING
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用