← Back to Guides

⏰ Cron Expression Explainer

Type a cron expression and instantly see what it means in plain English, along with the next 10 scheduled run times.

Presets:
Cron syntax reference +
┌─── minute (0–59)
│ ┌── hour (0–23)
│ │ ┌─ day of month (1–31)
│ │ │ ┌ month (1–12 or JAN–DEC)
│ │ │ │ ┌ day of week (0–7, 0=Sun, 7=Sun, or SUN–SAT)
* * * * *
* — any value
, — value list (e.g. 1,3,5)
- — range (e.g. 1-5)
/ — step (e.g. */2 = every 2nd)
L — last (day of month only)
? — no specific value