Set the timezone in the config sample to UTC

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

查看文件

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