- What format does it expect?
- Standard 5-field Unix cron (minute hour day month dayOfWeek), or 6-field with seconds (Quartz). Auto-detects which.
- Does it show the next run?
- Yes — next 5 executions in your local timezone. Helps verify the expression matches your intent.
- Why does my cron not fire?
- Common reasons: wrong timezone, daylight-saving transition, 'day of month' AND 'day of week' (either-or not both), or 31st of month in a 30-day month.
- Accepts @daily, @weekly, etc.?
- Yes — special strings (@hourly, @daily, @weekly, @monthly, @yearly, @reboot) are translated to their cron equivalents.