-
Notifications
You must be signed in to change notification settings - Fork 25
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
next() yields a time in the past #59
Comments
produced with version 0.3.1. |
Thanks for reporting, I'll look at that as that is a weird behaviour |
This has been fixed in branch 0.3.x and version 0.3.2 released to Maven Central (it may take a while until is mirrorred everywhere). |
Works for us now after fix (0.3.2)! |
Thanks for confirming. Beware that #56 is still lurking around but quite hard to fix in 0.3.x as I need to change a bit the internals. I'm sort of close of a cut for 0.4.0 though which will have that fixed. |
When executing the next() function on a cron with weekdays we sometimes get None or a localdatetime in the past (same for prev() ...):
The text was updated successfully, but these errors were encountered: