Cron Expression Explainer

Explain a cron expression and list its next scheduled run times. Supports common five-field expressions and six-field expressions with seconds.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Enter a cron expression to see what each field means and when it will run next. Choose the time zone used by the scheduled task and check several upcoming execution times directly in your browser.

How to use

  1. Explain standard five-field cron expressions
  2. Support an optional seconds field
  3. List the next scheduled run times
  4. Show clear errors for invalid expressions
  5. Include several common examples
  6. Enter an expression: Paste a cron expression such as 0 9 * * 1-5.
  7. Choose a time zone: Select the time zone used by the scheduled task.
  8. Review the schedule: Read the field explanation and upcoming run times.

Examples

Limitations

FAQ

Is day-of-week 0 or 7 Sunday?
Both 0 and 7 commonly map to Sunday in the parser; check the field legend shown in output.
Does timezone affect next runs?
Yes. Select the timezone that matches where the cron job executes.
Why is my expression invalid?
Out-of-range values, too many fields, or unsupported special characters trigger parser errors.