From 8d2960e127e9d0c4fcc8ff9b1d477df628eb1b2b Mon Sep 17 00:00:00 2001 From: bspeice Date: Mon, 4 Jun 2018 22:21:29 -0400 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed300c0 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dtparse +A [dateutil](https://github.com/dateutil/dateutil)-compatible timestamp parser for Rust + +## Where it stands + +Currently, most of the non-timezone functionality is complete (absent a couple of failing test cases that use fractional minutes). + +Timezone support in Rust right now is a [bit limited](https://github.com/chronotope/chrono-tz), but should be enough that +a compatible parser can be built.