Cron Expression Parser
Parse and explain cron expressions in plain English instantly online. Shows next 5 execution times and a field-by-field breakdown. Free cron parser tool — no signup required.
Cron Expressionmin · hour · day · month · weekday
Related Tools
JWT Decoder
Decode JWT tokens instantly. Inspect header and payload client-side — your token never leaves the browser.
Unix Timestamp
Convert Unix timestamps to UTC, local time, and ISO 8601 instantly. Auto-detects seconds vs milliseconds.
Base Converter
Convert numbers between decimal, hex, binary, and octal instantly. Free and runs in your browser.
Advertisement
Cron Syntax Reference
| Field | Range | Special chars |
|---|---|---|
| Minute | 0–59 | * , - / |
| Hour | 0–23 | * , - / |
| Day (month) | 1–31 | * , - / |
| Month | 1–12 | * , - / |
| Day (week) | 0–7 (Sun=0,7) | * , - / |
Special Characters
*— any value*/n— every n units (e.g.*/5= every 5 minutes)a-b— range from a to ba,b,c— list of specific values