Cron expression to run every month (1st)

To schedule a job to run every month (1st), use this cron expression:

0 0 1 * *
At 12:00 AM, on day 1 of the month

Next 5 runs (UTC)

#Run time (UTC)When
1Wed, Jul 1, 2026, 00:00:00 UTCin 11d 9h
2Sat, Aug 1, 2026, 00:00:00 UTCin 42d 9h
3Tue, Sep 1, 2026, 00:00:00 UTCin 73d 9h
4Thu, Oct 1, 2026, 00:00:00 UTCin 103d 9h
5Sun, Nov 1, 2026, 00:00:00 UTCin 134d 9h

Adjust it

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

Other common schedules

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