CRON tester
This little tool allows you to test your CRON time definitions.
Test your CRON definition
Paste your CRON time definition into the box below and hit
Test to see the next 10 run times for the job. Only the
time definition should be pasted, e.g.
0 23 */2 * *
Given the CRON job starting at 2019-12-08 18:05:20 (now), it would run:
- 2019-12-08 19:00:00
- 2019-12-08 19:30:00
- 2019-12-08 20:00:00
- 2019-12-08 20:30:00
- 2019-12-08 21:00:00
- 2019-12-08 21:30:00
- 2019-12-08 22:00:00
- 2019-12-08 22:30:00
- 2019-12-08 23:00:00
- 2019-12-08 23:30:00
- …
Advertisement
Tobias is a co-founder of Qafoo, which helps people to produce high quality PHP code.