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.
| Field | Value | Allowed range |
|---|---|---|
| Minute | - | 0-59 |
| Hour | - | 0-23 |
| Day of month | - | 1-31 |
| Month | - | 1-12 |
| Day of week | - | 0-6 (0 = Sun) |
| Field | Allowed range |
|---|---|
| Minute | 0-59 |
| Hour | 0-23 |
| Day of month | 1-31 |
| Month | 1-12 |
| Day of week | 0-6 (0 = Sun) |
* | Every value in the field |
*/n | Every n-th value, starting from the lowest |
a-b | Range from a to b, inclusive |
a,b | List of values |
*/5 * * * * | Next five runs |
0 * * * * | Next five runs |
0 3 * * * | Next five runs |
0 0 * * 0 | Next five runs |
30 2 1 * * | Next five runs |
0 9-17 * * 1-5 | Next 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