vacanza / holidays

Generate and work with holidays in Python
https://pypi.org/project/holidays
MIT License
1.45k stars 460 forks source link

Chinese Spring Festival holiday in 2020 error #1644

Closed DarkKnightYHJ closed 8 months ago

DarkKnightYHJ commented 8 months ago

The Chinese Spring Festival holiday in 2020 was extended until February 2nd due to COVID-19.

Now Script Result: 2020-01-24:休息日(2020-01-19日起取代) 2020-01-25:春节 2020-01-26:春节 2020-01-27:春节 2020-01-28:春节(观察日) 2020-01-29:春节(观察日) 2020-01-30:休息日(2020-02-01日起取代)

Actual Holidays: 2020-01-24:休息日(2020-01-19日起取代) 2020-01-25:春节 2020-01-26:春节 2020-01-27:春节 2020-01-28:春节(观察日) 2020-01-29:春节(观察日) 2020-01-30:春节(观察日) 2020-01-31:春节延长假期 2020-02-01:春节延长假期 2020-02-02:春节延长假期

Ref: https://www.gov.cn/zhengce/zhengceku/2020-01/27/content_5472352.htm

PPsyrius commented 8 months ago

@DarkKnightYHJ Thanks for the correction - I'll get a PR for this error done in the next 15 minutes; if you spot any other discrepancies, feel free to open additional issues. 👍