Default timezone is UTC not the servers local time
这个提交包含在:
父节点
93a9f27f15
当前提交
6c8f368f56
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -551,7 +551,7 @@ $config['compress_output'] = FALSE;
|
||||||
| helper' page of the user guide for information regarding date handling.
|
| helper' page of the user guide for information regarding date handling.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['time_reference'] = 'local';
|
$config['time_reference'] = 'UTC';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用