Skip to content

Commit da7fff0

Browse files
authored
Switzerland - Fix Näfels procession and fix Epiphany (#698)
1 parent 5c51c1c commit da7fff0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs

+8-8
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
7474
HolidayTypes = HolidayTypes.Public
7575
},
7676
new HolidaySpecification
77-
{
78-
Date = new DateTime(year, 1, 6),
79-
EnglishName = "Epiphany",
80-
LocalName = "Heilige Drei Könige",
81-
HolidayTypes = HolidayTypes.Public,
82-
SubdivisionCodes = ["CH-UR", "CH-SZ", "CH-GR", "CH-TI"]
83-
},
84-
new HolidaySpecification
8577
{
8678
Date = new DateTime(year, 3, 1),
8779
EnglishName = "Republic Day",
@@ -90,6 +82,14 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
9082
SubdivisionCodes = ["CH-NE"]
9183
},
9284
new HolidaySpecification
85+
{
86+
Date = new DateTime(year, 4, 4),
87+
EnglishName = "Näfels procession",
88+
LocalName = "Näfelser Fahrt",
89+
HolidayTypes = HolidayTypes.Public,
90+
SubdivisionCodes = ["CH-GL"]
91+
},
92+
new HolidaySpecification
9393
{
9494
Date = new DateTime(year, 6, 29),
9595
EnglishName = "Saints Peter and Paul",

0 commit comments

Comments
 (0)