Type a cron schedule and read it in plain English. Describe a schedule in English and get the cron. Preview the next runs in your timezone — all in your browser, nothing sent anywhere.
| * | any value (every) |
| , | value list — 1,15,30 |
| - | range — 9-17 |
| / | step — */15 (every 15) |
| L | last — day-of-month L, or 5L = last Friday |
| W | nearest weekday — 15W |
| # | nth weekday — 5#3 = 3rd Friday |
A cron line is a promise, not a guarantee. cron.watch watches your schedules and pages you when a job silently skips, dies, or runs long — paste a crontab into the analyzer to see every job on one timeline.