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)
1Mon, Aug 3, 2026, 12:00 AM
2Mon, Aug 3, 2026, 12:15 AM
3Mon, Aug 3, 2026, 12:30 AM
4Mon, Aug 3, 2026, 12:45 AM
5Mon, 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.