Cron expression explainer — paste any cron, get plain English/Chinese + next 20 runs + visual time grid.
- Runs locally
- Category Format Converter
- Best for Turning pasted content or local files into a handoff-friendly format.
- 1. 2026-06-01 09:00 (Mon)
- 2. 2026-06-01 09:05 (Mon)Δ 5m
- 3. 2026-06-01 09:10 (Mon)Δ 5m
- 4. 2026-06-01 09:15 (Mon)Δ 5m
- 5. 2026-06-01 09:20 (Mon)Δ 5m
- 6. 2026-06-01 09:25 (Mon)Δ 5m
- 7. 2026-06-01 09:30 (Mon)Δ 5m
- 8. 2026-06-01 09:35 (Mon)Δ 5m
- 9. 2026-06-01 09:40 (Mon)Δ 5m
- 10. 2026-06-01 09:45 (Mon)Δ 5m
- 11. 2026-06-01 09:50 (Mon)Δ 5m
- 12. 2026-06-01 09:55 (Mon)Δ 5m
- 13. 2026-06-01 10:00 (Mon)Δ 5m
- 14. 2026-06-01 10:05 (Mon)Δ 5m
- 15. 2026-06-01 10:10 (Mon)Δ 5m
- 16. 2026-06-01 10:15 (Mon)Δ 5m
- 17. 2026-06-01 10:20 (Mon)Δ 5m
- 18. 2026-06-01 10:25 (Mon)Δ 5m
- 19. 2026-06-01 10:30 (Mon)Δ 5m
- 20. 2026-06-01 10:35 (Mon)Δ 5m
What this tool does
Paste any cron line and get back what it actually does. Five-field POSIX (classic Linux), six-field with seconds (BusyBox, some app schedulers), or seven-field with year (Quartz / Spring) are all auto-detected by counting whitespace-separated tokens — no flavour toggle to forget. Three things show up under the input the moment it parses: a side-by-side English + Chinese sentence explanation so you can paste from a Chinese ops doc and ship the line into an English Slack, the next 20 concrete fire times in your local timezone (with weekday in parentheses and the gap from the previous run, so a "weekdays 9-17" line visibly skips Saturday and Sunday), and a 24-hour × 60-minute heatmap that paints exactly which (hour, minute) cells the expression hits — invaluable for eyeballing whether `*/7 * * * *` really fires evenly or drifts after every hour boundary. The killer feature is the "never fires" detector: write `0 0 31 2 *` and we tell you February has no 31st instead of silently returning no runs; write `0 0 30 2 *` and we explain it only fires in leap years; write `0 0 * * 7,8` and we flag that 8 is not a valid weekday. Twelve presets cover every real schedule (every minute, every five minutes, every fifteen, hourly, every four hours, daily 3 AM, weekday business hours, weekend midnight, monthly on the 1st, quarterly, yearly New Year, last hour of every weekday). Where Crontab Helper is the visual builder you click through, this is the reverse — paste-first, explanation-first, debugger-first. All parsing runs in your tab; expressions are never uploaded.
Tool details
- Input
- Numbers + Structured content
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 18 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Format Converter · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Cron Expression Explainer — Decode Any Cron + Next 20 Runs fits into your work
Use it when the main problem is getting content from one practical format into another.
Conversion jobs
- Turning pasted content or local files into a handoff-friendly format.
- Previewing a conversion before you use it in a larger workflow.
- Cleaning small format mismatches without opening a full editor.
Conversion checks
- Try a small sample first when the source format is messy.
- Check character encoding, separators, and line endings after conversion.
- Keep the source until the converted output has been reviewed.
Good next steps
These links move the current task into a more complete workflow.
- 1 Crontab Helper — Visual Builder & Explainer Visual crontab builder + human-readable explanation + next run preview. Open
- 2 Timezone Converter Convert any time between any two timezones — DST-aware, IANA database — browser-only Open
- 3 Unix Timestamp Converter Unix timestamp ⇄ human date — seconds / milliseconds / ISO 8601 — UTC and local — browser-only Open
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Age Difference Calculator The exact gap between two birthdays — years/months/days, percentage, and the date one person is twice the other's age — browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.