Cron Translator

Paste a cron expression, get a human-readable description and timeline of upcoming runs.

*
Minute
*
Hour
*
Day (M)
*
Month
*
Day (W)

Human Readable

Enter a cron expression above to see its description.
Cron Cheatsheet
SymbolMeaningExample
*Any value* * * * * — every minute
,Value list1,15 * * * * — at minute 1 and 15
-Range1-5 * * * * — minutes 1 through 5
/Step*/10 * * * * — every 10 minutes
0-59MinuteFirst field
0-23HourSecond field
1-31Day of monthThird field
1-12MonthFourth field (or JAN-DEC)
0-6Day of weekFifth field (0=Sun, or SUN-SAT)