parse_cron
Parse a 5-field cron expression to compute next N run times. Get accurate future schedule dates locally without network calls.
Instructions
Parse a 5-field cron expression and compute the next N run times
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of future run times to return, default 5 | |
| expression | Yes | Cron expression, e.g. "*/15 9-17 * * 1-5" |