Cron expressions / Business hours
Every 15 minutes, on weekdays
*/15 * * * 1-5 Every 15 minutes, on Monday through Friday
Next 5 run times
| # | Run time (UTC) |
|---|---|
| 1 | Mon, Aug 3, 2026, 12:00 AM |
| 2 | Mon, Aug 3, 2026, 12:15 AM |
| 3 | Mon, Aug 3, 2026, 12:30 AM |
| 4 | Mon, Aug 3, 2026, 12:45 AM |
| 5 | Mon, Aug 3, 2026, 01: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
Frequent polling that only needs to run when the team is actually working — skips weekend cycles entirely to save load and noise.