Cron parser / examples
Cron for: every sunday at midnight
0 0 * * 0 At 00:00, on Sunday.
How it works
Sunday is both 0 and 7 in the day-of-week field — the only value with two spellings. @weekly is the alias for this exact schedule.
Next runs
Variations
0 4 * * sunSunday at 04:000 0 * * 1Monday at midnight instead
Building something different? Paste any expression into the cron parser for a plain-English explanation and run preview.