mirror of
https://github.com/bspeice/dtparse
synced 2025-08-04 22:45:09 -04:00
New feature support!
This commit is contained in:
@ -10,7 +10,8 @@ The issues to be resolved before version 1.0:
|
|||||||
|
|
||||||
**Functionality**:
|
**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)
|
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`).
|
theoretically would provide support, but I'd also like some helper things available (e.g. "EST" is not a named zone in `chrono-tz`).
|
||||||
|
Reference in New Issue
Block a user