diff --git a/config/app.php b/config/app.php index b496214d..d71674a5 100644 --- a/config/app.php +++ b/config/app.php @@ -52,7 +52,7 @@ return [ | */ - 'timezone' => 'UTC', + 'timezone' => env('TIMEZONE', 'UTC'), /* |--------------------------------------------------------------------------