Set timezone to Europe/London in app.php

This commit is contained in:
Matthew Shillam 2018-10-14 13:52:16 +01:00
parent b82f576977
commit bdcf55774d
1 changed files with 1 additions and 1 deletions

View File

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