python-holidays icon indicating copy to clipboard operation
python-holidays copied to clipboard

Verify SE holiday calendar

Open arkid15r opened this issue 1 year ago • 3 comments

SE has every Saturday included as a public holiday, even though only the banks are closed. Is this intended? If so it is at least misleading as BANK is not the primary category if I understand it correctly.

Originally posted by @nick2202 in https://github.com/vacanza/python-holidays/issues/1646#issuecomment-1903926225

arkid15r avatar Jan 22 '24 17:01 arkid15r

Actually, it's every Sunday we have as public holiday (with special arg include_sundays=True). I've always wondered how Sundays in Sweden differ from Sundays in other countries (where they are also days off). As far as I understood, the reason for this difference is that

In Sweden, public holidays are defined in the Swedish Constitution as a Sunday, or another day in a list of public holidays

(from Wiki, machine translation to English)

Is this a enough reason for us to include all Sundays in the list of holidays? Maybe we could at least set include_sundays default value to False? (exactly how it's done for Norway now)

KJhellico avatar Jan 22 '24 18:01 KJhellico