Cron Expression Parser
Parse and understand Unix cron expressions. Analyze scheduling patterns and view execution times.
Cron Expression
Enter a cron expression (e.g., * * * * *)
Cron Syntax Reference
| Field | Range | Special Characters |
|---|---|---|
| Minutes | 0–59 | * , - / |
| Hours | 0–23 | * , - / |
| Day of Month | 1–31 | * , - / |
| Month | 1–12 | * , - / |
| Day of Week | 0–6 (Sun–Sat) | * , - / |