← Free tools

Cron expression parser

Break a cron expression into fields and see the next five runs in your own timezone.

Runs entirely in your browser. Nothing you paste here is sent to us or to anyone else.

FieldValueAllowed range
Minute-0-59
Hour-0-23
Day of month-1-31
Month-1-12
Day of week-0-6 (0 = Sun)

Next five runs

    Cron syntax reference

    FieldAllowed range
    Minute0-59
    Hour0-23
    Day of month1-31
    Month1-12
    Day of week0-6 (0 = Sun)

    Special characters

    *Every value in the field
    */nEvery n-th value, starting from the lowest
    a-bRange from a to b, inclusive
    a,bList of values

    Common examples

    */5 * * * *Next five runs
    0 * * * *Next five runs
    0 3 * * *Next five runs
    0 0 * * 0Next five runs
    30 2 1 * *Next five runs
    0 9-17 * * 1-5Next five runs

    This parser follows the standard five-field crontab format. Extensions such as @reboot, seconds as a sixth field or Quartz-style expressions are not covered.

    Cron set up. Now: did it actually run last night?

    Start free