How to read a cron expression
Translate a cron schedule into plain English and preview exactly when it will run next.
1. Enter the expression
Type a 5-field cron string or pick a preset.
2. Read it in English
See a clear description of the schedule it represents.
3. Preview next runs
Check the upcoming run times to confirm it does what you expect.
Cron expressions control scheduled jobs on servers, CI pipelines and tools like cron and Kubernetes, but their five fields (minute, hour, day-of-month, month, day-of-week) are easy to misread. This parser explains the schedule in words and lists the next run times so you can catch mistakes before they hit production. It all runs in your browser.