dtparse icon indicating copy to clipboard operation
dtparse copied to clipboard

Integrate with bspeice/dtparse

Open gukoff opened this issue 5 years ago • 0 comments

python-dateutil is a very widely used Python library for heuristic datetime parsing.

The same functionality was recently implemented in Rust: https://github.com/bspeice/dtparse

Porting the Rust version back to Python would be a great addition to this library, very much in the spirit of "parsing datetimes in Python, but faster".

gukoff avatar Dec 12 '20 10:12 gukoff