Cron Sunday at Noon

0 12 * * 0

Every Sunday at 12:00 PM

Next 10 Executions

Times shown in UTC

  • Sun, May 24, 202612:00
  • Sun, May 31, 202612:00
  • Sun, Jun 7, 202612:00
  • Sun, Jun 14, 202612:00
  • Sun, Jun 21, 202612:00
  • Sun, Jun 28, 202612:00
  • Sun, Jul 5, 202612:00
  • Sun, Jul 12, 202612:00
  • Sun, Jul 19, 202612:00
  • Sun, Jul 26, 202612:00

Field Breakdown

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

About This Schedule

The cron expression 0 12 * * 0 runs every Sunday at noon. This midday Sunday slot works well for pre-Monday preparation tasks that need the weekend's data.

Common uses include generating weekly reports for Monday morning review, pre-warming caches before the work week starts, running integrity checks on weekend data imports, and sending "week ahead" preview notifications to team leads.

Sunday noon provides a good balance — late enough that weekend batch jobs have finished, early enough that any failures can be addressed before Monday morning.

Frequently Asked Questions