HangfireIO / Cronos

A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
MIT License
974 stars 114 forks source link

0 0 1 8 0 can not be parsed #35

Closed paul-cheung closed 3 years ago

paul-cheung commented 3 years ago

Frankly, the "0 0 1 8 0" was a well-formed value, It indicates "At 00:00 on day-of-month 1 and on Sunday in August". but it can not be parsed on version 0.7.0 Any latest implementation of this project?

aodpi commented 3 years ago

I've just tried it and it seems to parse just fine. I did it on a .net 5.0 console app project.