Convert cron between schedulers
convert_cronConverts cron expressions between Unix, GitHub, Kubernetes, AWS, Quartz, and Spring schedulers, adapting to each dialect's rules and explaining why a conversion isn't possible.
Instructions
Rewrites a cron expression for another scheduler (unix, github, kubernetes, aws, quartz, spring): seconds and year fields, ? rules, weekday numbering (written as names). Says why when the target cannot express it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | No | detected when omitted | |
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| expression | Yes |