parse_cron
Parse a cron expression into a human-readable description and the next scheduled run times. Exact cron semantics: use this instead of interpreting cron syntax yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Cron expression, e.g. '0 9 * * MON-FRI' |