cron
cron copied to clipboard
scheduled task is 0/11 * * * ? time bug
The scheduled task is 0/11 * * *? After it is executed at 13:55, the next execution time is 14:00, not 14:06. The correct next execution time should be 14:06, please Please help to verify and solve it, thank you.
this is what cron spec described, no a bug @lxxt0605