[Time] Format `YYYY-Month-DD` does not get properly extracted.
Ouverte
- Langage dominant
- Haskell
- Étoiles
- 4.3k
- Forks
- 740
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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`.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.