Parse and explain cron expressions.
A cron expression has 5 fields separated by spaces:
* — any value, — list separator (e.g., 1,3,5)- — range (e.g., 1-5)/ — step values (e.g., */5 means every 5th)This free tool parses standard 5-field cron expressions and shows you exactly when your scheduled jobs will run. It converts cryptic cron syntax into plain English, breaks down each field, and calculates the next 10 execution times in UTC. Built by George Yeung. No data is sent to any server — everything runs in your browser.