Cron Monday at Noon

0 12 * * 1

Every Monday at 12:00 PM

Next 10 Executions

Times shown in UTC

  • Mon, May 18, 202612:00
  • Mon, May 25, 202612:00
  • Mon, Jun 1, 202612:00
  • Mon, Jun 8, 202612:00
  • Mon, Jun 15, 202612:00
  • Mon, Jun 22, 202612:00
  • Mon, Jun 29, 202612:00
  • Mon, Jul 6, 202612:00
  • Mon, Jul 13, 202612:00
  • Mon, Jul 20, 202612:00

Field Breakdown

0
Minute
0
12
Hour
12
*
Day of Month
Every day
*
Month
Every month
1
Day of Week
Mon

About This Schedule

The cron expression 0 12 * * 1 triggers every Monday at noon. This midday start-of-week slot captures Monday morning activity while leaving the afternoon for review.

Monday noon is a practical time for weekly kickoff tasks: generating the week's planning data, sending Monday afternoon team updates, processing morning uploads, and triggering weekly analytics pipelines. The timing ensures Monday morning data is included.

For an earlier Monday job, use 0 8 * * 1 or 0 9 * * 1. For a late Monday wrap-up, try 0 17 * * 1 (5 PM).

Frequently Asked Questions