stevedonovan / chrono-english

Converting informal English dates (like `date` command) to chrono DateTime in Rust
MIT License
57 stars 14 forks source link

Months not referenced correctly. Specifically November and October are swapped. #19

Open scuzzycheese opened 3 years ago

scuzzycheese commented 3 years ago

https://github.com/stevedonovan/chrono-english/blob/31d04e4f50c85ef75a08d66d6bda76c8263473d8/src/types.rs#L341

You'll see that November resolves to 10, and October resolved to 11.

tamird commented 2 years ago

18 solves this. The maintainer is MIA? @stevedonovan.

stevedonovan commented 2 years ago

Sorry guys, a lot going on. I will do a release in the next few days

On Wed, 08 Dec 2021, 22:14 Tamir Duberstein, @.***> wrote:

18 https://github.com/stevedonovan/chrono-english/pull/18 solves this.

The maintainer is MIA? @stevedonovan https://github.com/stevedonovan.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stevedonovan/chrono-english/issues/19#issuecomment-989161465, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABVODIOSFNPKBB44MU3IKLUP64CPANCNFSM5FYAQXHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tamird commented 2 years ago

This should be fixed now.