Cron Sunday at Midnight

0 0 * * 0

Every Sunday at 12:00 AM

Next 10 Executions

Times shown in UTC

  • Sun, May 24, 202600:00
  • Sun, May 31, 202600:00
  • Sun, Jun 7, 202600:00
  • Sun, Jun 14, 202600:00
  • Sun, Jun 21, 202600:00
  • Sun, Jun 28, 202600:00
  • Sun, Jul 5, 202600:00
  • Sun, Jul 12, 202600:00
  • Sun, Jul 19, 202600:00
  • Sun, Jul 26, 202600:00

Field Breakdown

0
Minute
0
0
Hour
0
*
Day of Month
Every day
*
Month
Every month
0
Day of Week
Sun

About This Schedule

The cron expression 0 0 * * 0 triggers at midnight on Sunday — the very start of the week on many systems. This is a standard weekly maintenance window for tasks that need the entire weekend's quiet period.

Sunday midnight is the traditional time for weekly system maintenance: full backups, database reindexing, log archival, storage cleanup, and weekly security scans. The timing ensures minimal user impact and a full night of processing time.

This is equivalent to 0 0 * * 7 on systems that support both 0 and 7 for Sunday. For a different weekly day, change the number: 0 0 * * 1 for Monday midnight.

Frequently Asked Questions