0 0 1 */3 * explained

At 12:00 AM, on day 1 of the month, every 3 months

At 12:00 AM, on day 1 of the month, every 3 months
Runs on the 1st of every third month. · 5-field cron

Next 5 runs (UTC)

#Run time (UTC)When
1Thu, Oct 1, 2026, 00:00:00 UTCin 59d 4h
2Fri, Jan 1, 2027, 00:00:00 UTCin 151d 4h
3Thu, Apr 1, 2027, 00:00:00 UTCin 241d 4h
4Thu, Jul 1, 2027, 00:00:00 UTCin 332d 4h
5Fri, Oct 1, 2027, 00:00:00 UTCin 424d 4h

Try it in your timezone

0 0 1 */3 *
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=0%200%201%20*%2F3%20*&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 month1exactly 1
Month*/3every 3 step
Day of week*every value

Related schedules

FAQ

Is "0 0 1 */3 *" a valid cron expression?
Yes — it parses as a standard 5-field cron expression: At 12:00 AM, on day 1 of the month, every 3 months.
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.