From d512e19ea2f3b9c361308e208821e99bad667bc7 Mon Sep 17 00:00:00 2001 From: dcc-bjorn <129843531+dcc-bjorn@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:47:30 +0100 Subject: [PATCH] Use correct timezone --- src/Countries/Netherlands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Countries/Netherlands.php b/src/Countries/Netherlands.php index 09f0848bd..f83e40a1a 100644 --- a/src/Countries/Netherlands.php +++ b/src/Countries/Netherlands.php @@ -33,7 +33,7 @@ protected function variableHolidays(int $year): array } $easter = CarbonImmutable::createFromTimestamp(easter_date($year)) - ->setTimezone('Europe/Brussels'); + ->setTimezone('Europe/Amsterdam'); return [ 'Koningsdag' => $koningsDag,