Build a cron expression by picking a schedule. Copy the result anywhere.
A cron expression is five fields — minute, hour, day-of-month, month, day-of-week — that tell a scheduler when to run a job. This generator writes the fields for you so you don't have to memorize the syntax.
Paste it into a crontab (crontab -e), a CI schedule, a Kubernetes CronJob, GitHub Actions on.schedule, or any tool that accepts standard cron. Most cloud schedulers use UTC — pick UTC above to preview those run times.
Use the reader to paste any cron expression and see its plain-English meaning and next runs.