Status: beta
Cron Expression Humanizer
Translate cryptic cron expressions into human-readable English (and handle those odd edge cases).
- automation
- ops
“Every 15 minutes, every hour, every day”
Quick Start & Common Patterns
Supported Macros:@yearly, @annually, @monthly, @weekly, @daily, @midnight, @hourly, @reboot
Convert & Reformat
Result
Format: min hour dom mon dow
*/15 * * * *
- 5 fields.
- Standard Unix cron behavior.
Current Field Interpretation (vixie)
1
min
*/15
2
hour
*
3
dom
*
4
mon
*
5
dow
*