Cron expressions / Twice daily
Twice daily, at 9am and 5pm
0 9,17 * * * At 09:00 and 17:00
Next 5 run times
| # | Run time (UTC) |
|---|---|
| 1 | Sun, Aug 2, 2026, 09:00 AM |
| 2 | Sun, Aug 2, 2026, 05:00 PM |
| 3 | Mon, Aug 3, 2026, 09:00 AM |
| 4 | Mon, Aug 3, 2026, 05:00 PM |
| 5 | Tue, Aug 4, 2026, 09: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
Two evenly-spaced runs a day — common for sync jobs that need to be fresher than once-daily but don't justify hourly polling, like morning/evening inventory syncs or AM/PM digest emails.