Offline Crontab Guru

Fast, offline cron expression parser and translation tool.

Cron Expression

“At every minute”

Minute
*
every minute
Hour
*
every hour
Day (Month)
*
every day
Month
*
every month
Day (Week)
*
every day of week

Next 5 Runs

Cheat Sheet

Symbol
Meaning
Example
*
Any value
* * * * * (every minute)
,
Value list separator
1,5 * * * * (min 1 and 5)
-
Range of values
1-5 * * * * (min 1 through 5)
/
Step values
*/5 * * * * (every 5 mins)
@
Macros
@daily (midnight every day)
L
Last day (Day/Week)
* * L * * (last day of month)
W
Nearest weekday
* * 15W * * (nearest weekday to 15th)
Link copied to clipboard!