Merge pull request #2766 from CachetHQ/env-app-timezone

Set app timezone with APP_TIMEZONE
This commit is contained in:
James Brooks 2017-10-18 22:26:11 +01:00 committed by GitHub
commit b2f7ca613b

View File

@ -73,7 +73,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => env('APP_TIMEZONE', 'UTC'),
/*
|--------------------------------------------------------------------------