tool / devops
Cron Parser
Paste a cron expression — get a human-readable description and the next scheduled run times.
← Back to tools Minute * 0–59
Hour * 0–23
Day * 1–31
Month * 1–12
Weekday * 0–6 (Sun=0)
Every minute
Quick Presets
Next 10 Run Times UTC
- Enter a valid cron expression above.
Field Reference
| Field | Position | Allowed values | Special chars |
|---|---|---|---|
| Minute | 1st | 0–59 | * any , list - range / step N/S start/step |
| Hour | 2nd | 0–23 | |
| Day of month | 3rd | 1–31 | |
| Month | 4th | 1–12 | |
| Day of week | 5th | 0–6 (Sun=0, Sat=6) |
*/15 * * * * — every 15 minutes
0 8-18 * * 1-5 — every hour from 8am to 6pm on weekdays
30 6 1,15 * * — at 06:30 on the 1st and 15th of every month
0 0 * 1,7 * — at midnight every day in January and July
0/2 1/1 * * * — every 2nd minute from 0, every hour from 1 (non-standard)
@hourly @daily @weekly @monthly @yearly — shorthand aliases