Cron Schedule Tool
Cron Expression Generator
Build a cron expression, paste an existing cron string to test or decode it, and preview upcoming local run times. It is made for developers checking Linux crontab entries, CI jobs, server tasks, cleanup scripts, and scheduled automation notes.
Build schedule
Parse and preview
minute: */5
hour: *
day: *
month: *
weekday: *
Every 5 minutes.
Ready to parse a standard 5-field cron expression.
Detailed guide
Need the assumptions, examples, and troubleshooting?
The calculator stays focused here. The supporting reference has moved to its own page.
Read the Cron Expression Generator guideFrequently asked questions
Does this cron expression tester upload my schedule?
No. Cron building, parsing, and next run previews happen locally in your browser.
Which cron format does this tool support?
It focuses on standard 5-field cron expressions: minute, hour, day of month, month, and day of week.
Are cron previews timezone-aware?
The next run preview uses your browser local timezone. Server cron jobs may use a different timezone.