parse_cron
Parse cron expressions into human-readable descriptions and compute next run times. Quickly understand and verify scheduled tasks.
Instructions
Parse a cron expression into human-readable description and compute next run times
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of next run times to compute | |
| expression | Yes | Cron expression (e.g. '0 8 * * 1-5') |