Back to Data tools
Cron Parser
Explain standard five-field cron schedules and preview the next runs in the time zone that matters.
How to Use3 Quick Steps & Important Notes
How to Use
- Enter a standard five-field cron expression.
- Choose the time zone where the schedule runs.
- Read the explanation and check the next five run times.
What to Expect
- This tool supports standard minute-level cron syntax, including lists, ranges, steps, and month or weekday names.
- Quartz-specific seconds and special characters such as L, W, and ? are not supported.
minute
hour
day
month
weekday
Plain-language schedule
Runs at minute 0, hour 9, weekday 1, 2, 3, 4, 5 (Sunday is 0), in every month.
When both day fields are restricted, standard cron runs when either one matches.