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,