Cron Expression Tester
Test a cron expression against a real clock: check whether it fires at an exact moment, see a month calendar of run days, count how many times it runs over the next 24 hours / week / month / year, and list the next and previous runs — in any timezone, with per-field validation.
What this tool does
It checks a cron expression against a real calendar rather than just listing the next few runs. Use it to confirm a schedule does what you think before you deploy it.
Point-in-time check
Pick an exact date and time and the tool answers yes or no, and
shows every field with a tick or a cross — so a near miss
(0 9 * * 1 tested against a Tuesday) is obvious.
Month calendar
Every day the job runs at least once is highlighted. Click a day to see that day's exact run times.
Run count
Over the next 24 hours, 7 days, 30 days or 365 days, the tool
reports how many times the job fires — a quick sanity check that
* * * * * is 1,440 a day and */5 * * * *
is 288.
Next and previous
The upcoming runs and the most recent past runs, both in your chosen timezone.
Privacy
Everything runs in your browser. Nothing is uploaded.