Set the timezone in the config sample to UTC

This commit is contained in:
Peter Goodhall
2018-11-22 14:11:33 +00:00
committed by GitHub
parent 6c8f368f56
commit c138441d38

View File

@@ -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';
/*
|--------------------------------------------------------------------------