Parse a 5-field cron expression (min hour dom mon dow) and show upcoming run times. Client-side only.
Supported syntax
*1,2,59-17*/15, 1-10/2Notes: This is a pragmatic explorer for ops coordination, not a full cron spec emulator (no seconds field; no special tokens like @daily). Day-of-month and day-of-week follow typical cron OR semantics (match if either field matches when both are restricted).