DevsTool

100% Local

Cron Expression Builder

Easily build, parse, and understand complex cron job schedules.

Next 5 Run Times(UTC)

  1. 13/17/2026, 2:41:00 PM
  2. 23/17/2026, 2:42:00 PM
  3. 33/17/2026, 2:43:00 PM
  4. 43/17/2026, 2:44:00 PM
  5. 53/17/2026, 2:45:00 PM

Common Patterns

Format Reference
Min
*
-
Hour
*
-
Day
*
-
Month
*
-
Week
*
FieldAllowed Values
Minute0-59
Hour0-23
Day (Month)1-31
Month1-12 (or JAN-DEC)
Day (Week)0-6 (or SUN-SAT, 0=Sun)

Special Characters

  • *Any value / Always
  • ,Value list separator (1,3,5)
  • -Range of values (1-5)
  • /Step values (*/5 = every 5)