How Cron Parsing Works
AnyTool translates cron expressions into plain English (cronstrue) and computes upcoming run times (croner) entirely in the browser. It supports 5-field Unix, 6-field expressions with seconds, and 7-field Quartz with a year field, and lets you choose how many next runs to list. Timezone-aware next runs use the browser's built-in IANA database via Intl, so DST is handled correctly with no timezone data files to download.
- Plain-English description via cronstrue
- Next run times via croner with timezone & DST
- Unix 5-field, 6-field seconds, and 7-field Quartz
- Adjustable next-run count and common presets
- No upload, no SaaS funnel; works offline
