Cron Monday at 3 PM
0 15 * * 1Every Monday at 3:00 PM
Next 10 Executions
Times shown in UTC
- Mon, May 18, 202615:00
- Mon, May 25, 202615:00
- Mon, Jun 1, 202615:00
- Mon, Jun 8, 202615:00
- Mon, Jun 15, 202615:00
- Mon, Jun 22, 202615:00
- Mon, Jun 29, 202615:00
- Mon, Jul 6, 202615:00
- Mon, Jul 13, 202615:00
- Mon, Jul 20, 202615:00
Field Breakdown
0Minute
0
15Hour
15
*Day of Month
Every day
*Month
Every month
1Day of Week
Mon
About This Schedule
The cron expression 0 15 * * 1 triggers every Monday at 3:00 PM. Monday afternoon is useful for follow-up tasks after the morning's start-of-week activities.
Common uses include post-standup task automation, Monday afternoon progress checks, sending mid-Monday status reports, and processing morning data uploads. The 3 PM timing captures a full Monday morning of activity.
For a complete Monday schedule, you might chain: 0 8 * * 1 (8 AM: morning prep), 0 12 * * 1 (noon: midday check), 0 15 * * 1 (3 PM: afternoon summary).