Cron expressions / Twice daily
Twice daily, at 8am and 8pm
0 8,20 * * * At 08:00 and 20:00
Next 5 run times
| # | Run time (UTC) |
|---|---|
| 1 | Sun, Aug 2, 2026, 08:00 AM |
| 2 | Sun, Aug 2, 2026, 08:00 PM |
| 3 | Mon, Aug 3, 2026, 08:00 AM |
| 4 | Mon, Aug 3, 2026, 08:00 PM |
| 5 | Tue, Aug 4, 2026, 08: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.