From 13467041885fc633f3abda0ca092b233822ef7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B2?= Date: Fri, 19 Apr 2024 09:17:52 +0200 Subject: [PATCH] Set swiss timezone. --- scraper/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/config/app.php b/scraper/config/app.php index f467267..a7c3d69 100644 --- a/scraper/config/app.php +++ b/scraper/config/app.php @@ -65,7 +65,7 @@ return [ | */ - 'timezone' => env('APP_TIMEZONE', 'UTC'), + 'timezone' => env('APP_TIMEZONE', 'Europe/Zurich'), /* |--------------------------------------------------------------------------