Developer
Free Cron Expression Generator
Build cron expressions with presets or a field-by-field builder. Human-readable description and next 5 run times in your local timezone.
Related Tools
Frequently Asked Questions
- What cron format does this use?
- Standard 5-field Unix cron: minute hour day-of-month month day-of-week. Example: 0 9 * * 1-5 runs weekdays at 9:00 AM.
- Where can I use these cron expressions?
- Linux crontab, Kubernetes CronJob, GitHub Actions schedule, AWS EventBridge, Quartz scheduler, and Spring @Scheduled(cron = "...").
- What do the day-of-week numbers mean?
- 0 = Sunday, 1 = Monday, through 6 = Saturday. Use ranges like 1-5 for weekdays or lists like 0,6 for weekends.
- Can I see when the job will run next?
- Yes. The tool shows the next 5 execution times in your local timezone based on the current expression.