Cron expression to run every week (Sunday)

To schedule a job to run every week (Sunday), use this cron expression:

0 0 * * 0
At 12:00 AM, only on Sunday

Next 5 runs (UTC)

#Run time (UTC)When
1Sun, Sep 27, 2026, 00:00:00 UTCin 6d 19h
2Sun, Oct 4, 2026, 00:00:00 UTCin 13d 19h
3Sun, Oct 11, 2026, 00:00:00 UTCin 20d 19h
4Sun, Oct 18, 2026, 00:00:00 UTCin 27d 19h
5Sun, Oct 25, 2026, 00:00:00 UTCin 34d 19h

Adjust it

0 0 * * 0
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=0%200%20*%20*%200&tz=UTC"

Free cron API — no key during beta. Parsing is standard 5-field (or 6-field with seconds) cron, computed with cron-parser.

Other common schedules

See the full breakdown on the 0 0 * * 0 page.