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
1Thu, Oct 1, 2026, 00:00:00 UTCin 10d 19h
2Sun, Nov 1, 2026, 00:00:00 UTCin 41d 19h
3Tue, Dec 1, 2026, 00:00:00 UTCin 71d 19h
4Fri, Jan 1, 2027, 00:00:00 UTCin 102d 19h
5Mon, Feb 1, 2027, 00:00:00 UTCin 133d 19h

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.