Cron Wednesday at 3 AM
0 3 * * 3Every Wednesday at 3:00 AM
Next 10 Executions
Times shown in UTC
- Wed, May 20, 202603:00
- Wed, May 27, 202603:00
- Wed, Jun 3, 202603:00
- Wed, Jun 10, 202603:00
- Wed, Jun 17, 202603:00
- Wed, Jun 24, 202603:00
- Wed, Jul 1, 202603:00
- Wed, Jul 8, 202603:00
- Wed, Jul 15, 202603:00
- Wed, Jul 22, 202603:00
Field Breakdown
0Minute
0
3Hour
3
*Day of Month
Every day
*Month
Every month
3Day of Week
Wed
About This Schedule
The cron expression 0 3 * * 3 fires at 3:00 AM every Wednesday. This mid-week, early-morning slot is a classic maintenance window — far enough from business hours to avoid impact, and mid-week to allow follow-up during business days.
Wednesday at 3 AM is used for mid-week database maintenance, patch application windows, scheduled restarts, data migration runs, and infrastructure updates. The 3 AM timing targets the lowest-traffic period for most applications.
If you need both a mid-week and weekend maintenance window, add a Sunday run: use two cron entries — 0 3 * * 3 and 0 3 * * 0 — or combine them: 0 3 * * 0,3.