When a cron expression fires
next_runsGet the next scheduled run times for any cron expression in a specified timezone, with daylight-saving gap and repeat flags.
Instructions
The next runs of a cron expression in an IANA time zone (default UTC), as local time with weekday and UTC, after a given moment or now. Runs that land in a daylight-saving gap or repeat are flagged, as schedulers differ there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | ISO date-time | |
| count | No | default 5 | |
| dialect | No | detected when omitted | |
| timezone | No | ||
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | Yes | ||
| timezone | Yes | ||
| expression | Yes |