Cron expressions / Hourly
Every hour, at :30
30 * * * * At minute 30 past every hour
Next 5 run times
| # | Run time (UTC) |
|---|---|
| 1 | Sun, Aug 2, 2026, 12:30 AM |
| 2 | Sun, Aug 2, 2026, 01:30 AM |
| 3 | Sun, Aug 2, 2026, 02:30 AM |
| 4 | Sun, Aug 2, 2026, 03:30 AM |
| 5 | Sun, Aug 2, 2026, 04:30 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
Runs once an hour like the plain hourly job, but offset from the top of the hour — useful for staggering load when several hourly jobs would otherwise all fire at :00.