andrewplummer / Sugar

A Javascript library for working with native objects.
https://sugarjs.com/
MIT License
4.53k stars 305 forks source link

Problem parsing Spanish DateTime string #678

Open onassar opened 2 years ago

onassar commented 2 years ago

Testing on the latest version (in console at: https://sugarjs.com/dates/), I notice that this string fails to be parsed: mié, 25 ago. 2021 16:19

However, this, string succeeds: 25 ago. 2021 16:19

Any insight into this? I'm able to do some string cleaning if needed :)