wanasit / chrono

A natural language date parser in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid parsing: `08/08/2023, 09:15 AM to 08/29/2023, 09:15 AM`

baptisteArno opened this issue · comments

Whenever I try to parse a range formatted like this: 08/08/2023, 09:15 AM to 08/29/2023, 09:15 AM

It fails to read the 2nd date because it first matches 08/08/2023, 09:15 AM to 08

Similar issue: #531

Should be fixed with 9651e1d (tested in 6ae88ec)