⏲️

Cron Expression Explainer

Translate a cron schedule into plain English.

Try: */15 * * * * · 0 0 1 * * · 30 8 * * 0

Field order

Standard cron has five fields: minute (0–59), hour (0–23), day of month (1–31), month (1–12), day of week (0–6, Sunday = 0). Supports *, lists (1,3,5), ranges (1-5) and steps (*/15).