When to use Cron Expression Generator
You're configuring a Slack bot's nightly digest job in AWS EventBridge and you need it to fire at 9am UTC on weekdays — but you keep second-guessing whether the day-of-week field is 0-indexed and whether `1-5` means Monday through Friday or Sunday through Thursday. Build the schedule with the visual editor here and see it rendered as plain English next to the next five run times before you commit the expression to your IaC repo. Or paste an existing cron string from a Kubernetes CronJob manifest and verify what it actually schedules. Runs in your browser tab with no data sent anywhere — handy for checking a schedule on an air-gapped machine during an incident.
- Set a nightly digest job to fire at 9am UTC weekdays in EventBridge
- Verify a Kubernetes CronJob expression before deploying to production
- Debug a cron schedule in cPanel without counting day-of-week fields