Cron Describe
Paste any cron expression to understand it at a glance.
โ valid
minutehourdaymonthweekday
๐At 09:00 AM, Monday through Friday
minute
0
at minute 0
hour
9
9 AM
day
*
every day
month
*
every month
weekday
1-5
Mon โ Fri
Next 5 runs ยท
Mon, Mar 2309:00
Tue, Mar 2409:00
Wed, Mar 2509:00
Thu, Mar 2609:00
Fri, Mar 2709:00
Quick Presets
Special strings
Common schedules
About cron expressions
A cron expression is a string of five fields separated by spaces that defines a recurring schedule: minute hour day month weekday. Each field accepts a number, a wildcard (*), a range (1-5), a step (*/15), or a list (1,3,5).
Special strings like @daily, @weekly, and @hourly are shorthand aliases supported by most schedulers including crontab, GitHub Actions, and Kubernetes CronJobs.
Use the Share link button above to send a pre-filled expression to a teammate โ the URL updates automatically as you type.