harrisiirak/cron-parser

Serializing an expression into a human-readable string

Closed this issue · 3 comments

kotx commented

E.g. cron helper turns */5 */12 * * * into Every 5 minutes during 12am and 12pm. This would be useful for user input so they know they haven't messed up.

@kotx cronstrue does exactly this.

kotx commented

yeah, I found that but it seems the way cron-parser parses cron entries is different from cronstrue.

Currently there is no plan to support serializing an expression into a human-readable string. Closing it for now.