dtparse
dtparse copied to clipboard
Integrate with bspeice/dtparse
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".