You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used timeCron.Every(interval).Seconds().Do() to start my cronJob. I found if the time on my machine changed before, like using date -s to set the time to an hour ago, it will not work
Describe the bug
When I used
timeCron.Every(interval).Seconds().Do()
to start my cronJob. I found if the time on my machine changed before, like usingdate -s
to set the time to an hour ago, it will not workI found the controll code is:
Version
all, but I test 1.19.0 and 1.36.0
Expected behavior
The time changes do not effect conJob.
Maybe a new interface is more suitable
Additional context
The text was updated successfully, but these errors were encountered: