Closed cuu508 closed 3 years ago
croniter mostly stick with basic unix cron support and extra features are only community maintained.
I wont fix those bugs.
You can always (you will be welcome !) make a PR with additional support for those range topics with proper tests, and i wont see anything that would prevent me from merging them.
(originally reported in https://github.com/taichino/croniter/issues/177)
I'm working on an experimental cron expression evaluator, and am testing it against croniter. I came across something that might be a bug. The expression:
I read it as on midnight of every day that is either:
Here's a snippet that generates the first 20 matching datetimes, starting from 2021-01-01:
And here are the results:
Most 8ths and 9ths are missing from the output. I suspect this has something to do with the special handling of
#2
in the expression. If I test with "0 0 8-9 * 0", I get the result I expected: