Cron for every hour
On the hour, twenty-four times a day. Equivalent to the @hourly macro.
0 * * * *
Every hour, on the hour
Interpreted in UTC · approximately 24 runs per day
Fields
- Minute
0 - At minute 0.
- Hour
* - Every hour.
- Day of month
* - Every day of the month.
- Month
* - Every month.
- Day of week
* - Every day of the week.
Next runs
- Wed, 2026-09-02, 16:00
- Wed, 2026-09-02, 17:00
- Wed, 2026-09-02, 18:00
- Wed, 2026-09-02, 19:00
- Wed, 2026-09-02, 20:00
- Wed, 2026-09-02, 21:00
- Wed, 2026-09-02, 22:00
- Wed, 2026-09-02, 23:00
Try a different expression or timezone
Times above are in UTC. Pick a timezone here to see this schedule in local time.
Call this from code or an agent
curl 'https://crontoenglish.com/api/v1/explain?expression=0%20*%20*%20*%20*'