Default timezone is UTC not the servers local time

这个提交包含在:
Peter Goodhall 2018-11-22 14:10:57 +00:00 提交者 GitHub
父节点 93a9f27f15
当前提交 6c8f368f56
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -551,7 +551,7 @@ $config['compress_output'] = FALSE;
| helper' page of the user guide for information regarding date handling.
|
*/
$config['time_reference'] = 'local';
$config['time_reference'] = 'UTC';
/*
|--------------------------------------------------------------------------