Cron Expression Explainer

Paste a cron expression. Get a plain English explanation and the next 10 scheduled runs.

PRESETS

Every 5 min
*/5 * * * *
Every hour
0 * * * *
Daily midnight
0 0 * * *
Weekdays 6am
0 6 * * 1-5
Monthly 1st
0 0 1 * *
Sunday 2:30am
30 2 * * 0
Every 4 hours
0 */4 * * *
Business hours
0 9-17 * * 1-5

NEXT 10 RUNS