Cron expression to run every weekend

To schedule a job to run every weekend, use this cron expression:

0 0 * * 6,0
At 12:00 AM, only on Sunday and Saturday

Next 5 runs (UTC)

#Run time (UTC)When
1Sat, Aug 8, 2026, 00:00:00 UTCin 3d 6h
2Sun, Aug 9, 2026, 00:00:00 UTCin 4d 6h
3Sat, Aug 15, 2026, 00:00:00 UTCin 10d 6h
4Sun, Aug 16, 2026, 00:00:00 UTCin 11d 6h
5Sat, Aug 22, 2026, 00:00:00 UTCin 17d 6h

Adjust it

0 0 * * 6,0
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=0%200%20*%20*%206%2C0&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 * * 6,0 page.