Set timezone back to UTC in app.php

This commit is contained in:
Matthew Shillam 2018-10-14 14:20:31 +01:00
parent bdcf55774d
commit e8ac9f531d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ return [
|
*/
'timezone' => 'Europe/London',
'timezone' => 'UTC',
/*
|--------------------------------------------------------------------------