Parse, validate, and understand cron expressions with detailed breakdowns and next execution times.
Format: minute hour day-of-month month day-of-week [year]
*
- Every value?
- No specific value (day-of-month or day-of-week)/
- Increment (e.g., */15 = every 15 units)-
- Range (e.g., 1-5 = 1,2,3,4,5),
- Multiple values (e.g., 1,3,5)L
- Last day of month/weekW
- Weekday (nearest to given day)#
- Nth day of month (e.g., 6#3 = third Friday)S
- Start of range