0 0 * * 0 explained

At 12:00 AM, only on Sunday

At 12:00 AM, only on Sunday
Runs once a week, Sunday at 00:00. · 5-field cron

Next 5 runs (UTC)

#Run time (UTC)When
1Sun, Aug 9, 2026, 00:00:00 UTCin 6d 3h
2Sun, Aug 16, 2026, 00:00:00 UTCin 13d 3h
3Sun, Aug 23, 2026, 00:00:00 UTCin 20d 3h
4Sun, Aug 30, 2026, 00:00:00 UTCin 27d 3h
5Sun, Sep 6, 2026, 00:00:00 UTCin 34d 3h

Try it in your timezone

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.

How to read this expression

FieldValueMeaning
Minute0exactly 0
Hour0exactly 0
Day of month*every value
Month*every value
Day of week0exactly 0

Related schedules

FAQ

Is "0 0 * * 0" a valid cron expression?
Yes — it parses as a standard 5-field cron expression: At 12:00 AM, only on Sunday.
How do I use it?
Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.

Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.