Explain a five-field Vixie cron expression in plain language.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The five fields are read in minute, hour, day-of-month, month, and weekday order, then lists, ranges, steps, and numeric names are expanded into a human-readable schedule. A sixth year field is rejected so the explanation stays tied to one cron dialect.
0 0 * * *
Cron: 0 0 * * * Schedule: at minute 0, at hour 0 Fields: Minute: 0 (0-59) Hour: 0 (0-23) Day of Month: * (1-31) Month: * (1-12) Day of Week: * (0-6, Sun=0)
Deployment reviews, runbooks, and CI configuration audits explain cron schedules.