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
On wikipedia, day cannot be 0. https://en.wikipedia.org/wiki/Cron. Why do you allow?
The text was updated successfully, but these errors were encountered:
related to #6, seees there is another cornercase, i'm looking at it.
Sorry, something went wrong.
Be stricter on day=0
17953c8
This relates #9
it's not for days but to support seconds repeat where in this case, fields are then shifted up to 6 and the 4th field becomes the day one.
As this case is pretty straightforward, i added some rule to check in in the new released croniter==1.2.0
croniter==1.2.0
Believe me, cron corner cases are infinite and using misformed crontabs expression will still always give you opportunity for bad ranges.
6f40ce3
No branches or pull requests
On wikipedia, day cannot be 0. https://en.wikipedia.org/wiki/Cron. Why do you allow?
The text was updated successfully, but these errors were encountered: