Set the timezone in the config sample to UTC

pull/218/head
Peter Goodhall 2018-11-22 14:11:33 +00:00 zatwierdzone przez GitHub
rodzic 6c8f368f56
commit c138441d38
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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