Skip to content

Commit

Permalink
Switzerland - Fix Näfels procession and fix Epiphany
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Oct 1, 2024
1 parent 5c51c1c commit 29f12fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
HolidayTypes = HolidayTypes.Public
},
new HolidaySpecification
{
Date = new DateTime(year, 1, 6),
EnglishName = "Epiphany",
LocalName = "Heilige Drei Könige",
HolidayTypes = HolidayTypes.Public,
SubdivisionCodes = ["CH-UR", "CH-SZ", "CH-GR", "CH-TI"]
},
new HolidaySpecification
{
Date = new DateTime(year, 3, 1),
EnglishName = "Republic Day",
Expand All @@ -90,6 +82,14 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
SubdivisionCodes = ["CH-NE"]
},
new HolidaySpecification
{
Date = new DateTime(year, 4, 4),
EnglishName = "Näfels procession",
LocalName = "Näfelser Fahrt",
HolidayTypes = HolidayTypes.Public,
SubdivisionCodes = ["CH-GL"]
},
new HolidaySpecification
{
Date = new DateTime(year, 6, 29),
EnglishName = "Saints Peter and Paul",
Expand Down

0 comments on commit 29f12fd

Please sign in to comment.