Cron Next Runs
cron_next_runsParse a 5-field cron expression and get its next run times in any timezone. Handles the tricky Vixie rule for day-of-month/day-of-week and rejects non-standard syntax.
Instructions
Parse a standard 5-field cron expression and list its next run times in a timezone. Handles the Vixie rule that day-of-month and day-of-week are OR'd when both are restricted — the case models most often get wrong. Rejects non-standard syntax (L, W, #) rather than guessing. Web version: https://buildutilities.com/cron-expression-generator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| timeZone | No | UTC | |
| expression | Yes | e.g. "*/15 9-17 * * mon-fri" or "@daily" |