-
Notifications
You must be signed in to change notification settings - Fork 262
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
lastExecution not correct #403
Comments
Even my cron-utils version is 8.0.0, both the problem exsisted. |
@aibany thank you for reporting this. May we ask you to submit a PR with the corresponding tests? Thanks! |
this console print is : |
@aibany can you push this as a test into a PR? Thanks! |
@brusazorzo thank you. |
Looking at the example, I think what was causing confusion was the description. And I think the last and next execution time works just as expected since it's being triggered every minute. I added a test case for this issue. |
@IndeedSi thank you! Expected executions are ok, the description is misleading. |
…ery-expression-test Add a test case for #403
Current System time is 2019-10-30 12:16:00
My cron is: 0 * 0/2 * * ? . means every 2 hours execute one times.
My cron-utils version is :9.0.2
but the calc result nextTime and lastTime is both incorrect.
The text was updated successfully, but these errors were encountered: