From efa632afc3a82447ddc053849ed0a5223a5abd7d Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Thu, 11 Jul 2024 10:53:22 +0200 Subject: [PATCH] =?UTF-8?q?Switzerland=20-=20Fix=20Rebublic=20Day=20(Neuch?= =?UTF-8?q?=C3=A2tel)=20(#661)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HolidayProviders/SwitzerlandHolidayProvider.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs b/src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs index 9027771d..911018d6 100644 --- a/src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs +++ b/src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs @@ -89,6 +89,14 @@ protected override IEnumerable GetHolidaySpecifications(in SubdivisionCodes = ["CH-UR", "CH-SZ", "CH-GR", "CH-TI"] }, new HolidaySpecification + { + Date = new DateTime(year, 3, 1), + EnglishName = "Republic Day", + LocalName = "Jahrestag der Ausrufung der Republik", + HolidayTypes = HolidayTypes.Public, + SubdivisionCodes = ["CH-NE"] + }, + new HolidaySpecification { Date = new DateTime(year, 3, 19), EnglishName = "Saint Joseph's Day",