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'), /* |--------------------------------------------------------------------------