0 */1 * * * explained
Every hour
Every hour
The cron expression 0 */1 * * *. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Tue, Aug 4, 2026, 21:00:00 UTC | in 49 min |
| 2 | Tue, Aug 4, 2026, 22:00:00 UTC | in 1h 49m |
| 3 | Tue, Aug 4, 2026, 23:00:00 UTC | in 2h 49m |
| 4 | Wed, Aug 5, 2026, 00:00:00 UTC | in 3h 49m |
| 5 | Wed, Aug 5, 2026, 01:00:00 UTC | in 4h 49m |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | 0 | exactly 0 |
| Hour | */1 | every 1 step |
| Day of month | * | every value |
| Month | * | every value |
| Day of week | * | every value |
Related schedules
FAQ
- Is "0 */1 * * *" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: Every hour.
- How do I use it?
- Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.
Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.