iGotTools

Cron Expression Parser

Parse five-field Unix cron expressions, explain schedules, and preview upcoming runs with timezone-aware display.

Explanation

At minute 00 at 09:00 on Monday through Friday

Unix cron treats day-of-month and day-of-week as OR when both are restricted.

Field inspector

Minute

0

0

Hour

9

9

Day of month

*

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31

Month

*

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12

Day of week

1-5

1, 2, 3, 4, 5

Next runs

  1. Jul 2, 2026, 09:002026-07-02T09:00:00.000Z
  2. Jul 3, 2026, 09:002026-07-03T09:00:00.000Z
  3. Jul 6, 2026, 09:002026-07-06T09:00:00.000Z
  4. Jul 7, 2026, 09:002026-07-07T09:00:00.000Z
  5. Jul 8, 2026, 09:002026-07-08T09:00:00.000Z

How to use

  1. 1Add the input or options you want to process with Cron Expression Parser.
  2. 2Check the range, format, quality, or sorting option that controls the result.
  3. 3Compare the preview or computed output with the source input.
  4. 4Copy or download the result, then clear sensitive input when finished.

FAQ