CCronExplain
Get CronExplain

CronExplain · cron recipes

Cron expression for every 4 hours

The cron expression for every 4 hours is 0 */4 * * *.

In plain English: at minute 0 of hours 0,4,8,12,16,20.

Field by field

FieldValueMeans
minute00
hour*/40, 4, 8, 12, 16, 20
day*every day of the month
month*every month
weekday*every day of the week, weekends included

Times it fires

Server local time, on every day the schedule matches.

00:00 · 04:00 · 08:00 · 12:00 · 16:00 · 20:00

Check your own expression

Paste any cron line and see what it means, the next ten times it fires, and the same breakdown in your timezone.

Open CronExplain

Other schedules