Free Cron Expression Parser & Explainer
Paste any cron expression and get a plain-English schedule plus the next five run times · no more guessing what */15 2,14 * * 1-5 means.
Frequently asked
What do the five fields mean?
In order: minute (0–59), hour (0–23), day of month (1–31), month (1–12), day of week (0–6, Sunday=0). Each accepts * (any), lists (1,15), ranges (1-5), and steps (*/10).
What timezone do the next-run times use?
Your browser's local timezone, labeled explicitly in the output. Remember your server's cron likely runs in UTC · a classic source of jobs firing at surprising hours.
Related tools
- Semver Checker · Enter a version range like ^4.2.0 and a version to test · see whether it matches and what the range actually allows.
- URL Parser · Paste any URL and see every part broken out · protocol, host, path, and each query parameter decoded into a readable table.
- Subnet Calculator · Enter CIDR notation like 10.0.0.0/24 and get the full picture · network, broadcast, usable range, mask, and how many hosts fit.