Cron expressions / Business hours
Every 30 minutes, on weekdays
*/30 * * * 1-5 Every 30 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:30 AM |
| 3 | Mon, Aug 3, 2026, 01:00 AM |
| 4 | Mon, Aug 3, 2026, 01:30 AM |
| 5 | Mon, Aug 3, 2026, 02: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
A lighter-weight weekday-only polling interval for jobs tied to business activity, like syncing a CRM or ticketing system.