Parses any cron expression and explains it in plain English. Shows the next 5 scheduled run times. Supports standard 5-field cron (minute, hour, day, month, weekday) and extended 6-field syntax with seconds. Validates the expression and highlights any syntax errors.
Enter your cron expression to get a human-readable description and the next scheduled run times. For working with Unix timestamps generated by your scheduled jobs, use the Unix Timestamp Converter.
Every 5 minutes
Input
*/5 * * * *
Output
Every 5 minutes — next: 12:05, 12:10, 12:15...
Convert Unix timestamps to human-readable dates and vice versa.
Calculate the number of days, weeks, or months between two dates.
Test regular expressions against sample text with live match highlighting.
Validate YAML syntax and format errors with line numbers.
Convert Markdown to HTML instantly.
Convert HTML markup to clean Markdown syntax.