From 463d4f5b7696a21f4416cf5c83fd5b20c92d61a7 Mon Sep 17 00:00:00 2001 From: askdkc Date: Sun, 23 Feb 2025 10:50:41 +0900 Subject: [PATCH 1/2] Update app.php to reflect laravel/laravel change --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index d4e3180fa6fc..16073173f8f8 100644 --- a/config/app.php +++ b/config/app.php @@ -72,7 +72,7 @@ | */ - 'timezone' => env('APP_TIMEZONE', 'UTC'), + 'timezone' => 'UTC', /* |-------------------------------------------------------------------------- From 0e2b3894664e4c53590a444d06be82669200df23 Mon Sep 17 00:00:00 2001 From: askdkc Date: Sun, 23 Feb 2025 13:46:21 +0900 Subject: [PATCH 2/2] Update app.php --- config-stubs/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-stubs/app.php b/config-stubs/app.php index f46726731e4a..324b513a2733 100644 --- a/config-stubs/app.php +++ b/config-stubs/app.php @@ -65,7 +65,7 @@ | */ - 'timezone' => env('APP_TIMEZONE', 'UTC'), + 'timezone' => 'UTC', /* |--------------------------------------------------------------------------