From dce9f6d6932e950018538dc5db729e8ac9647d2b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 18 Oct 2017 22:13:11 +0100 Subject: [PATCH] Set app timezone with APP_TIMEZONE --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 75c04b48..dad26c43 100644 --- a/config/app.php +++ b/config/app.php @@ -73,7 +73,7 @@ return [ | */ - 'timezone' => 'UTC', + 'timezone' => env('APP_TIMEZONE', 'UTC'), /* |--------------------------------------------------------------------------