nager / Nager.Date

Worldwide holidays (REST API), NuGet or docker container :earth_americas:
https://date.nager.at
MIT License
1.06k stars 171 forks source link

Wrong federal states for Easter Sunday in Germany #623

Closed mimenz closed 3 months ago

mimenz commented 3 months ago

Affected country

Germany

Affected public holiday

Easter Sunday

Source of the information

https://www.dgb.de/gesetzliche-feiertage-deutschland

More information

The web service reports Easter Sunday as a public holiday for Brandenburg and Hessen. Only Brandenburg is correct.

Sources:

BTW: Thx for the great web service!

tinohager commented 3 months ago

Hi Michael, thanks for the information, I'll take a look right away thanks for actively supporting this project with a sponsorship

tinohager commented 3 months ago

@samtrion Does it fit if we delete hessen according to the website only Brandenburg is explicitly mentioned PR - Missing public Holiday - Germany - Brandenburg

samtrion commented 3 months ago

Fits in principle, as already mentioned in the PR. Hesse is the only federal state that defines every Sunday as a public holiday, but there should be no problem with that.

tinohager commented 3 months ago

New nuget package is available. Do you use the WebApi or the Nuget package?

mimenz commented 3 months ago

I'm using the WebAPI from a self-hosted Docker container. Thx for the fix!