-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Broken sentence structure on certain cron patterns #194
Comments
I would welcome a PR to fix this. |
Hey, sadly I don't have the time + moved on from the project I was using this in, but I hope someone picks it up! |
We have also found a strange output similar to this but with double commas. Cron Input String: Note that this is when using |
@Jackman3005 I would welcome a PR to fix this. |
Description
On some patterns, the English language sentence either omits commas or adds them in in unexpected ways.
Pattern:
0 15 5 1-2,6/1 * *
Output:
At 05:151 through 2 and , starting on day 6 of the month
Expected:
At 05:15, day 1 through 2 and every day starting on day 6 of the month
I've given an expected output only to show what I expected the intended meaning of the sentence to be, not to dictate how that meaning should be expressed by the package.
Just wanted to say, I otherwise love the package and I find it really useful.
The text was updated successfully, but these errors were encountered: