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

为什么今年的2月19也算春节? #56

Open
juzstu opened this issue Feb 19, 2020 · 5 comments
Open

为什么今年的2月19也算春节? #56

juzstu opened this issue Feb 19, 2020 · 5 comments
Assignees
Labels

Comments

@juzstu
Copy link

juzstu commented Feb 19, 2020

No description provided.

@LKI
Copy link
Owner

LKI commented Feb 19, 2020

可以给一段重现的代码么?
下面的这段调用显示是正常的:

chinese_calendar.is_holiday(datetime.date(2020, 2, 19))  # False

@LKI LKI self-assigned this Feb 19, 2020
@LKI LKI added the question label Feb 19, 2020
@juzstu
Copy link
Author

juzstu commented Feb 19, 2020

说错了是1月19
import chinese_calendar as cc
cc.get_holiday_detail(datetime.date(2020, 1, 19))

@LKI
Copy link
Owner

LKI commented Feb 19, 2020

噢,这个是个有点令人困惑的 feature,阐述在这里:#41 (comment)

确认了一下,这个的确是有点困惑的 feature (以致于我都没反应过来 😀 )

get_holiday_detail 的功能是检查那天是不是节假日,并且返回当天的属性
设想中的用法是“确认当天是否放假,并且展示相关的假期。”

的确这个返回让人有点困惑,
我想想,可能的话会在 2.0 里更新一下这个接口的实现。

@xieyirmvb
Copy link

噢,这个是个有点令人困惑的 feature,阐述在这里:#41 (comment)

确认了一下,这个的确是有点困惑的 feature (以致于我都没反应过来 😀 )
get_holiday_detail 的功能是检查那天是不是节假日,并且返回当天的属性
设想中的用法是“确认当天是否放假,并且展示相关的假期。”
的确这个返回让人有点困惑,
我想想,可能的话会在 2.0 里更新一下这个接口的实现。

感觉可以 做类似的设计
春节假期期间:
1.春节当天返回 '春节'
2.其他日期返回 '春节假期'

@cymx66688
Copy link

2.0什么时候更新呀

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

No branches or pull requests

4 participants