Subject: | Fix Itailan Calendar Profile |
The "Fondazione della Repubblica 1946" was reintroduced as a holiday in
year 2000. The attached patch fixes the function IT_Fondazione
accordingly.
Regards,
Michele Valzelli
Subject: | data_calendar_profiles.patch |
1247c1247
< if (($year <= 1977) or ($year >= 2000)) { return($year,6,2); }
---
> if ($year <= 1977) { return($year,6,2); }