1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

New feature support!

This commit is contained in:
Bradlee Speice 2018-06-24 23:55:14 -04:00
parent 1a42dc2950
commit 05c8a99a8e

View File

@ -10,7 +10,8 @@ The issues to be resolved before version 1.0:
**Functionality**:
1. We don't support weekday parsing. In the Python side this is accomplished via `dateutil.relativedelta`
1. -We don't support weekday parsing. In the Python side this is accomplished via `dateutil.relativedelta`-
Supported in v0.8
2. Named timezones aren't supported very well. [chrono_tz](https://github.com/chronotope/chrono-tz)
theoretically would provide support, but I'd also like some helper things available (e.g. "EST" is not a named zone in `chrono-tz`).