← back

crontab

write cron expressions without looking them up.
minute (0-59) hour (0-23) day of month (1-31) month (1-12) day of week (0-6)
tokens explained
next 10 runs · local time
standard 5-field cron (minute hour dom month dow). supports * any · */n every-n · a,b,c list · a-b range · a-b/n range with step. doesn't support non-standard @hourly macros or day-of-week names — use numbers (0=sun, 6=sat).