Cron tool / Every Sunday at midnight

Cron expression for "every sunday at midnight"

The cron expression is 0 0 * * 0 At 12:00 AM, only on Sunday.

This schedule means

At 12:00 AM, only on Sunday

Next 5 runs (your timezone — UTC)

  • 5/31/2026, 12:00:00 AM
  • 6/7/2026, 12:00:00 AM
  • 6/14/2026, 12:00:00 AM
  • 6/21/2026, 12:00:00 AM
  • 6/28/2026, 12:00:00 AM

Using it

In a crontab, you'd write 0 0 * * 0 /path/to/your/command. Most schedulers (Linux cron, Vercel Cron, GitHub Actions, Laravel, node-cron) accept this 5-field format.

Monitor a "every sunday at midnight" job

Cronmint runs 0 0 * * 0for you, logs every run, and emails or Slacks you the moment it fails — or silently doesn't run.

Monitor this schedule — free

Related schedules