Cron Expression Builder & Explainer

Build cron expressions with dropdowns or type a raw expression to decode it.

* * * * *
Quick presets:
Named Macros Reference
MacroEquivalentDescription
@rebootRun once at startup
@yearly / @annually0 0 1 1 *Once a year, midnight Jan 1
@monthly0 0 1 * *Once a month, midnight 1st
@weekly0 0 * * 0Once a week, midnight Sunday
@daily / @midnight0 0 * * *Once a day at midnight
@hourly0 * * * *Once an hour, at :00