[Time] Format `YYYY-Month-DD` does not get properly extracted.
Abierto
- Lenguaje dominante
- Haskell
- Estrellas
- 4.3k
- Forks
- 740
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hi, thanks for this great library! I've noticed an issue related to time parsing. Dates of the format `YYYY-Month-DD`, e.g. `2019-Feb-21` do not get properly extracted. Two issues:
- The year is extracted as a number, and not as a part of the date. So `2019-Feb-21` gives two entities: `2019` (number) and `Feb-21` (date).
- Even when just considering the date that gets extracted, that date is wrong. For instance, `2017-Dec-18` gets extracted to `01/12/1982`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.