From e86b01b8d768692aefabbf214b0b4c5a0bec211c Mon Sep 17 00:00:00 2001 From: Claas Flint Date: Wed, 7 Feb 2024 15:24:22 +0100 Subject: [PATCH] set timezone to server timezone --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 473e53b..4402446 100644 --- a/config/app.php +++ b/config/app.php @@ -67,7 +67,7 @@ | */ - 'timezone' => 'UTC', + 'timezone' => date_default_timezone_get(), /* |--------------------------------------------------------------------------