Cron expression explainer

Parsing happens in your browser. util.work does not see your expression.

Expression (5 fields)

Next 5 runs (local time)

  • No upcoming runs found.

What this cron tool does

This page parses a 5-field cron expression in your browser, describes it in plain English, and lists the next five runs in your local time.

The 5 fields

The fields are minute (0-59), hour (0-23), day-of-month (1-31), month (1-12), and day-of-week (0-6, where 0 is Sunday). Use * for any value, a-b for ranges, a,b for lists, and */n for steps.