Cron Expression Parser
Translate cron expressions into plain English.
Format: minute hour day month weekday
In English
Presets:
Cron Field Reference
Five fields, separated by spaces: minute (0-59), hour (0-23), day of month (1-31), month (1-12), day of week (0-7, Sunday=0 or 7). Use * for any value, */n for every n, a-b for ranges, a,b,c for lists.
FAQ
Which cron format?
Standard 5-field POSIX cron, used by crontab, cron, and most schedulers.
Quartz / 6-field?
Not supported. Quartz adds a seconds field at the start.
Special strings?
@hourly, @daily, @weekly, @monthly, @yearly are recognized.
Time zones?
Cron uses the system time zone. Always confirm before scheduling.
Saved?
No.
Love using BreezyTools?
Go Pro for an ad-free experience, priority features, and support independent development — for less than a coffee a month.