Cron expressions / Weekends only
Weekends at 10am
0 10 * * 0,6 At 10:00, on Sunday and Saturday
Next 5 run times
| # | Run time (UTC) |
|---|---|
| 1 | Sun, Aug 2, 2026, 10:00 AM |
| 2 | Sat, Aug 8, 2026, 10:00 AM |
| 3 | Sun, Aug 9, 2026, 10:00 AM |
| 4 | Sat, Aug 15, 2026, 10:00 AM |
| 5 | Sun, Aug 16, 2026, 10:00 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
Runs Saturday and Sunday only. Used for maintenance jobs deliberately kept off weekdays — e.g. large reindexes or migrations scheduled when weekday traffic and weekday on-call load are both lower.