Cron @weekly — Run Once Per Week
0 0 * * 0Every Sunday at 12:00 AM
Next 10 Executions
Times shown in UTC
- Sun, May 24, 202600:00
- Sun, May 31, 202600:00
- Sun, Jun 7, 202600:00
- Sun, Jun 14, 202600:00
- Sun, Jun 21, 202600:00
- Sun, Jun 28, 202600:00
- Sun, Jul 5, 202600:00
- Sun, Jul 12, 202600:00
- Sun, Jul 19, 202600:00
- Sun, Jul 26, 202600:00
Field Breakdown
0Minute
0
0Hour
0
*Day of Month
Every day
*Month
Every month
0Day of Week
Sun
About This Schedule
The @weekly shorthand is equivalent to the cron expression 0 0 * * 0 — it runs a job every Sunday at midnight.
Use @weekly for simple weekly tasks. To run on a different day, use the explicit expression: 0 0 * * 1 runs every Monday at midnight.