svendiedrichsen / jollyday

Jollyday - A holiday API
Other
189 stars 114 forks source link

NL Calendar - Good Friday is not a public holiday #69

Closed Philipp-Borchert-ISH closed 6 years ago

Philipp-Borchert-ISH commented 6 years ago

Current behavior: HolidayManager.isHoliday(LocalDate.of(2018, 3, 30), HolidayType.OFFICIAL_HOLIDAY); returns true for the Netherlands HolidayCalendar

Expected behavior: It should return false, Good Friday is not an offical public holiday in the Netherlands - see https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands

svendiedrichsen commented 6 years ago

Thank you.