Cron Translator

Cron for every Monday at 9am

Once a week, Monday at 09:00 — the usual weekly-report slot.

0 9 * * 1

At 09:00, on Monday

Interpreted in UTC · approximately 4.3 runs per month

Things to check

  • Note

    Interpreted in UTC

    A cron expression has no timezone of its own — the scheduler's zone decides when it fires. These times are computed in UTC. The same expression on a host in another zone runs at a different moment.

    Fix: Set the schedule timezone explicitly (TZ= or CRON_TZ= in crontab, `timeZone` in Kubernetes, or the scheduler's own setting). Vercel Cron Jobs always run in UTC.

Fields

Minute0
At minute 0.
Hour9
At 09:00.
Day of month*
Every day of the month.
Month*
Every month.
Day of week1
On Monday.

Next runs

  1. Mon, 2026-09-07, 09:00
  2. Mon, 2026-09-14, 09:00
  3. Mon, 2026-09-21, 09:00
  4. Mon, 2026-09-28, 09:00
  5. Mon, 2026-10-05, 09:00
  6. Mon, 2026-10-12, 09:00
  7. Mon, 2026-10-19, 09:00
  8. Mon, 2026-10-26, 09:00

Try a different expression or timezone

Times above are in UTC. Pick a timezone here to see this schedule in local time.

Call this from code or an agent

curl 'https://crontoenglish.com/api/v1/explain?expression=0%209%20*%20*%201'

API and MCP setup · this page as markdown

Related schedules