Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2015年端午节错误 #74

Open
wagaman opened this issue Oct 23, 2021 · 2 comments
Open

2015年端午节错误 #74

wagaman opened this issue Oct 23, 2021 · 2 comments
Assignees

Comments

@wagaman
Copy link

wagaman commented Oct 23, 2021

datetime.date(year=2015, month=6, day=20): Holiday.dragon_boat_festival.value,
datetime.date(year=2015, month=6, day=22): Holiday.dragon_boat_festival.value,

五、端午节:6月20日放假,6月22日(星期一)补休。
http://www.gov.cn/zhengce/content/2014-12/16/content_9302.htm

应该是

datetime.date(year=2015, month=6, day=20): Holiday.dragon_boat_festival.value,
datetime.date(year=2015, month=6, day=21): Holiday.dragon_boat_festival.value,
datetime.date(year=2015, month=6, day=22): Holiday.dragon_boat_festival.value,
@LKI
Copy link
Owner

LKI commented Oct 25, 2021

嗯,这个是因为常量表里面记得都是按照国务院通知直译过来的日期。

具体原因与 #73 类似,这个我考虑下向前兼容,修复掉

@LKI LKI added the duplicate label Oct 25, 2021
@LKI LKI self-assigned this Oct 25, 2021
@wjx1111111
Copy link

现在这个是还没修复吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants