Translate cron expressions into human-readable text.
Understand complex cron schedules instantly with this simple decoder.
➕ Add to DashboardCron dates back to Unix Version 7 in 1979, created by Ken Thompson. The name comes from "Chronos" (Greek god of time). For over 45 years, system administrators have been scheduling tasks with this cryptic but powerful syntax!
0 0 29 2 * runs only on February 29th—once every 4 years!@reboot shorthand runs a job once when the system starts—no cron syntax needed* * * * * /script.sh >> /var/log/cron.log 2>&1@daily, @weekly, @monthly are easier
to read