1
0
mirror of https://github.com/bspeice/dtparse synced 2024-09-19 16:31:32 -04:00
Go to file
2018-06-17 22:39:06 -04:00
src Continuing to clean up tests 2018-06-17 22:39:06 -04:00
tests Continuing to clean up tests 2018-06-17 22:39:06 -04:00
.gitignore tzinfos isn't Vec<String> 2018-06-07 23:17:23 -04:00
.travis.yml Use python codegen to generate the tests 2018-06-12 22:22:30 -04:00
build_pycompat.py Continuing to clean up tests 2018-06-17 22:39:06 -04:00
Cargo.toml Use python codegen to generate the tests 2018-06-12 22:22:30 -04:00
LICENSE Create LICENSE 2018-06-04 22:23:45 -04:00
README.md Create README.md 2018-06-04 22:21:29 -04:00

dtparse

A 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, but should be enough that a compatible parser can be built.