cronglass.

Read any cron expression in plain English — with a field-by-field breakdown and the next five run times. Everything runs in your browser; nothing is sent anywhere.

Cron expression Waiting
Common schedules
The five fields
In plain English

Next 5 runs
Computed live from your device clock.

Cron, at a glance

Standard five-field crontab syntax — minute, hour, day-of-month, month, day-of-week.

SymbolMeaning
*Every value in the field
,List — e.g. 1,15,30
-Range — e.g. 9-17
/Step — */15 = every 15
JAN–DECMonth names (also SUN–SAT)
@dailyMacro: @hourly @weekly @monthly @yearly @reboot