Skip to content

Commit

Permalink
Germany - Add LiberationDay 2025 for Berlin (#715)
Browse files Browse the repository at this point in the history
LiberationDay is an holiday in berlin in 2025 once
  • Loading branch information
bockwursthans authored Nov 5, 2024
1 parent 35a7671 commit 4fe0224
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 @@ -282,7 +282,7 @@ private HolidaySpecification ReformationDay(int year)

private HolidaySpecification? LiberationDay(int year)
{
if (year == 2020)
if (year == 2020 || year == 2025)
{
return new HolidaySpecification
{
Expand Down

0 comments on commit 4fe0224

Please sign in to comment.