Cron parser / examples

Cron for: every 6 hours

0 */6 * * *

At minute 0 past every 6 hours.

How it works

Fires at 00:00, 06:00, 12:00, 18:00 — anchored to midnight in the machine's timezone.

Next runs

    Variations

    Building something different? Paste any expression into the cron parser for a plain-English explanation and run preview.

    More examples