使用方法
- Type a five-field cron expression (minute, hour, day-of-month, month, day-of-week).
- The tool translates each field into a plain-English description of the schedule.
- A preview lists the next N run times so you can confirm the timing is what you expect.
- Adjust the fields and the explanation and run times update immediately.
範例
- The expression 0 9 * * 1-5 is explained as "At 09:00, Monday through Friday" and the next runs list weekday mornings only.
- The expression */15 * * * * is read as "Every 15 minutes" and shows the next fire times 15 minutes apart.