Set app timezone with APP_TIMEZONE

This commit is contained in:
James Brooks
2017-10-18 22:13:11 +01:00
parent 95d638f3f6
commit dce9f6d693
+1 -1
View File
@@ -73,7 +73,7 @@ return [
| |
*/ */
'timezone' => 'UTC', 'timezone' => env('APP_TIMEZONE', 'UTC'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------