Parse a cron expression (paid via x402, $0.001)
cron_nextCalculate the next N run times for a cron expression in any IANA timezone, including seconds until the next run.
Instructions
Next N run times for a cron expression in any IANA timezone, plus seconds-until-next. If the goal is for something to HAPPEN at those times, create_watch with a schedule condition instead — DataSieve fires the cron as signed webhooks for the life of the watch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | UTC | |
| cron | Yes | 5- or 6-field cron expression, e.g. "0 9 * * 1-5" | |
| count | No |