Cron Thursday at Midnight

0 0 * * 4

Every Thursday at 12:00 AM

Next 10 Executions

Times shown in UTC

  • Thu, May 21, 202600:00
  • Thu, May 28, 202600:00
  • Thu, Jun 4, 202600:00
  • Thu, Jun 11, 202600:00
  • Thu, Jun 18, 202600:00
  • Thu, Jun 25, 202600:00
  • Thu, Jul 2, 202600:00
  • Thu, Jul 9, 202600:00
  • Thu, Jul 16, 202600:00
  • Thu, Jul 23, 202600:00

Field Breakdown

0
Minute
0
0
Hour
0
*
Day of Month
Every day
*
Month
Every month
4
Day of Week
Thu

About This Schedule

The cron expression 0 0 * * 4 fires at midnight on Thursday. This late-week overnight slot is useful for processing that needs most of the week's data before running.

Thursday midnight jobs commonly include pre-Friday data preparation, weekly compliance report generation, end-of-week data snapshots, and triggering overnight test suites before Friday's release window. The timing captures Monday through Wednesday's data completely.

If you want the job to run Thursday evening instead of Thursday morning, use 0 22 * * 4 (10 PM Thursday) or 0 23 * * 4 (11 PM Thursday).

Frequently Asked Questions