Skip to content

Commit

Permalink
Switzerland - Fix Federal Day of Thanksgiving
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Sep 26, 2024
1 parent 9addb90 commit 46d07f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nager.Date/HolidayProviders/SwitzerlandHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
Date = thirdSundayOfSeptember,
EnglishName = "Federal Day of Thanksgiving",
LocalName = "Eidgenössischer Dank-, Buss- und Bettag",
HolidayTypes = HolidayTypes.Public,
SubdivisionCodes = ["CH-ZH", "CH-BE", "CH-LU", "CH-UR", "CH-SZ", "CH-OW", "CH-NW", "CH-GL", "CH-ZG", "CH-FR", "CH-SO", "CH-BS", "CH-BL", "CH-SH", "CH-AR", "CH-AI", "CH-SG", "CH-GR", "CH-AG", "CH-TG", "CH-TI", "CH-VD", "CH-VS", "CH-NE", "CH-JU"]
HolidayTypes = HolidayTypes.Observance,
SubdivisionCodes = ["CH-ZH", "CH-BE", "CH-LU", "CH-SZ", "CH-OW", "CH-NW", "CH-GL", "CH-SO", "CH-BS", "CH-BL", "CH-SH", "CH-SG", "CH-GR"]
},
new HolidaySpecification
{
Expand Down

0 comments on commit 46d07f2

Please sign in to comment.