Cron Monday at Midnight
0 0 * * 1Every Monday at 12:00 AM
Next 10 Executions
Times shown in UTC
- Mon, May 25, 202600:00
- Mon, Jun 1, 202600:00
- Mon, Jun 8, 202600:00
- Mon, Jun 15, 202600:00
- Mon, Jun 22, 202600:00
- Mon, Jun 29, 202600:00
- Mon, Jul 6, 202600:00
- Mon, Jul 13, 202600:00
- Mon, Jul 20, 202600:00
- Mon, Jul 27, 202600:00
Field Breakdown
0Minute
0
0Hour
0
*Day of Month
Every day
*Month
Every month
1Day of Week
Mon
About This Schedule
The cron expression 0 0 * * 1 triggers at the very start of Monday — midnight (00:00). This is the earliest possible Monday schedule, running at the boundary between Sunday night and Monday morning.
Monday midnight schedules are used for weekly data resets, starting the week's batch processing pipeline as early as possible, rotating weekly log files, and refreshing weekly caches. The midnight timing maximizes the processing window before business hours.
Note that 0 0 * * 1 runs at the very start of Monday (Sunday 11:59 PM → Monday 12:00 AM). If you want end-of-Monday instead, use 59 23 * * 1 for 11:59 PM Monday.