Cron Thursday at Noon
0 12 * * 4Every Thursday at 12:00 PM
Next 10 Executions
Times shown in UTC
- Thu, May 21, 202612:00
- Thu, May 28, 202612:00
- Thu, Jun 4, 202612:00
- Thu, Jun 11, 202612:00
- Thu, Jun 18, 202612:00
- Thu, Jun 25, 202612:00
- Thu, Jul 2, 202612:00
- Thu, Jul 9, 202612:00
- Thu, Jul 16, 202612:00
- Thu, Jul 23, 202612:00
Field Breakdown
0Minute
0
12Hour
12
*Day of Month
Every day
*Month
Every month
4Day of Week
Thu
About This Schedule
The cron expression 0 12 * * 4 triggers every Thursday at noon. This is a practical schedule for midday, late-week automation — reports that need to capture most of the week's data but still leave time for action.
Thursday noon is popular for sending weekly summaries to leadership, running pre-release validation checks, and generating invoices or timesheets for the current week. The midday timing means morning data is included in any aggregations.
Pairing this with a Monday morning job (0 9 * * 1) creates a balanced two-report-per-week cadence that many operations teams find useful.