Run 1
Jun 28, 2026, 00:00:00 GMT
0 0 * * 0 means runs every sunday at 00:00.
Jun 28, 2026, 00:00:00 GMT
Jul 05, 2026, 00:00:00 GMT
Jul 12, 2026, 00:00:00 GMT
Jul 19, 2026, 00:00:00 GMT
Jul 26, 2026, 00:00:00 GMT
Good for weekly maintenance windows and low-traffic batch processing.
Use 0 0 * * 6 for Saturday midnight instead.
Always confirm the scheduler time zone. A daily or weekly cron can move relative to UTC when the local zone enters or leaves daylight saving time.
Use 0 0 * * 0. Runs every Sunday at 00:00.
The scheduler decides the time zone. Preview the expression in TimeKit with the same IANA time zone your server or job runner uses.
Yes. Schedules tied to local hours can shift relative to UTC when the selected zone enters or leaves daylight saving time.