我正在运行以下 cron 作业
* * * * * date "+\%Y\%m\%dT\%H\%M\%S" > /path/to/log 2>&1
但它运行了大约一秒钟为时已晚,因为它写道例如
20210817T210001
我如何确保 cron 作业将在整分钟内运行?
cron
cron ×1