New tools added daily! All tools run on premium ihos max servers from cloud.ihos.eu.

Cron Expression Tool

Parse and understand cron expressions

Cron Expression Parser
Decode cron expressions and see when they will run next

Format: minute hour day-of-month month day-of-week

0-59

0-23

1-31

1-12

0-6 (Sun-Sat)

Description

Unable to parse cron expression

Next Execution Times

No execution times calculated

Cron Syntax Reference

Special Characters:

  • * - any value
  • , - value list separator
  • - - range of values
  • / - step values

Examples:

  • 0 0 * * * - daily at midnight
  • */15 * * * * - every 15 minutes
  • 0 9-17 * * 1-5 - weekdays 9am-5pm