Cron expressions / Weekends only

Every 15 minutes, on weekends

*/15 * * * 0,6

Every 15 minutes, on Sunday and Saturday

Next 5 run times

#Run time (UTC)
1Sun, Aug 2, 2026, 12:15 AM
2Sun, Aug 2, 2026, 12:30 AM
3Sun, Aug 2, 2026, 12:45 AM
4Sun, Aug 2, 2026, 01:00 AM
5Sun, Aug 2, 2026, 01:15 AM

Computed from a fixed reference date so this table is stable across visits. Paste this expression into the cron parser tool for live run times from right now.

Commonly used for

A polling interval scoped to Saturday and Sunday only — used for weekend-only monitoring, like watching a batch job that exclusively runs during the weekend maintenance window.