Skip to content

Commit

Permalink
Germany - Fix Easter Sunday (#624)
Browse files Browse the repository at this point in the history
Remove Hessen
#623
  • Loading branch information
tinohager authored Mar 20, 2024
1 parent 8e38b58 commit 67a6671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nager.Date/HolidayProviders/GermanyHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
HolidayTypes = HolidayTypes.Public
},
this._catholicProvider.GoodFriday("Karfreitag", year),
this._catholicProvider.EasterSunday("Ostersonntag", year).SetSubdivisionCodes("DE-BB", "DE-HE"),
this._catholicProvider.EasterSunday("Ostersonntag", year).SetSubdivisionCodes("DE-BB"),
this._catholicProvider.EasterMonday("Ostermontag", year),
this._catholicProvider.AscensionDay("Christi Himmelfahrt", year),
this._catholicProvider.Pentecost("Pfingstsonntag", year).SetSubdivisionCodes("DE-BB", "DE-HE"),
Expand Down

0 comments on commit 67a6671

Please sign in to comment.