From 2c394422eebabceccf30ec7b31467a441fc9d760 Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 25 Jan 2023 14:37:12 +1000 Subject: [PATCH] support env APP_TIMEZONE --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 16aac1a..030f356 100644 --- a/config/app.php +++ b/config/app.php @@ -69,7 +69,7 @@ return [ | */ - 'timezone' => 'UTC', + 'timezone' => env('APP_TIMEZONE', 'UTC'), /* |--------------------------------------------------------------------------