We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如今年的端午节,6.7是周五,在holidays里,6.8和6.9分别是周六和周日,没有在任何变量里,可以理解为普通周末。
但实际上还有很多情况是一周上六天的,此时需要区分一个周六是普通周六还是假期周六。我能想到的最简单的办法就是将这些周末的Datatime也维护在holidays里面。
The text was updated successfully, but these errors were encountered:
嗯是的,这种周末相当于是“节假日的特殊周末”,的确得处理下
Sorry, something went wrong.
我也碰到这种情况,请尽快处理一下
可以将holiday拆分为2个, 整体估计得大改0.0
同样发现这个问题,得加点判断进去
No branches or pull requests
如今年的端午节,6.7是周五,在holidays里,6.8和6.9分别是周六和周日,没有在任何变量里,可以理解为普通周末。
但实际上还有很多情况是一周上六天的,此时需要区分一个周六是普通周六还是假期周六。我能想到的最简单的办法就是将这些周末的Datatime也维护在holidays里面。
The text was updated successfully, but these errors were encountered: