Skip to content

Commit

Permalink
Switzerland - Fix Rebublic Day (Neuchâtel) (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Jul 11, 2024
1 parent 16cccbe commit efa632a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ protected override IEnumerable<HolidaySpecification> 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",
Expand Down

0 comments on commit efa632a

Please sign in to comment.