Skip to content

Commit

Permalink
Cyprus - Fix Easter Tuesday (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Apr 15, 2024
1 parent c8bd7de commit 754490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nager.Date/HolidayProviders/CyprusHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
Date = easterSunday.AddDays(2),
EnglishName = "Easter Tuesday",
LocalName = "Τρίτη της Διακαινησίμου",
HolidayTypes = HolidayTypes.Public
HolidayTypes = HolidayTypes.Bank
},
this._orthodoxProvider.GoodFriday("Μεγάλη Παρασκευή", year),
this._orthodoxProvider.EasterMonday("Δευτέρα της Διακαινησίμου", year),
Expand Down

0 comments on commit 754490e

Please sign in to comment.