Paste any cron expression and instantly get a plain-English description of exactly what it means — when it runs, at what frequency, and on which days. Supports all 5-field cron syntax plus @reboot, @daily, and other special strings.
@reboot
@daily
* * * * *
*/5 * * * *
0 * * * *
0 9 * * *
0 9 * * 1-5
0 0 1 * *
0 0 * * 0
30 6,18 * * *
*/15 * * * *
0 2 * * 1
0 0 1 1 *
0 9-17 * * 1-5