Cron Translator

Cron for every Sunday at midnight

Once a week at the start of Sunday. Equivalent to the @weekly macro.

0 0 * * 0

At 00:00, on Sunday

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.
Hour0
At 00:00.
Day of month*
Every day of the month.
Month*
Every month.
Day of week0
On Sunday.

Next runs

  1. Sun, 2026-09-06, 00:00
  2. Sun, 2026-09-13, 00:00
  3. Sun, 2026-09-20, 00:00
  4. Sun, 2026-09-27, 00:00
  5. Sun, 2026-10-04, 00:00
  6. Sun, 2026-10-11, 00:00
  7. Sun, 2026-10-18, 00:00
  8. Sun, 2026-10-25, 00: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%200%20*%20*%200'

API and MCP setup · this page as markdown

Related schedules