New feature support!

pull/1/head
Bradlee Speice 2018-06-24 23:55:14 -04:00
parent 1a42dc2950
commit 05c8a99a8e
1 changed files with 2 additions and 1 deletions

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`).