100% client-side · nothing leaves your browser

What does this cron
expression mean?

Paste a 5-field cron expression. Get a plain-English description, the next run times, and ready-to-use snippets for common schedulers.

cron expression
meaning

    
Next 5 run times (your local timezone)
use this schedule in...

  

Cron field reference

A standard cron expression has 5 fields, in this order: minute hour day-of-month month day-of-week. Each field accepts a number, a * wildcard (any value), a range like 1-5, a list like 1,3,5, or a step like */15 (every 15 units). If both day-of-month and day-of-week are restricted (not *), cron treats them as OR, not AND — the job runs when either condition matches.

Common examples