[Time] Format `YYYY-Month-DD` does not get properly extracted.
未關閉
- 主要語言
- Haskell
- 星號
- 4.3k
- 分支
- 740
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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`.
貢獻指南
評估
這個 Issue 還沒有評估資料。