waltzofpearls / dateparser

Parse dates in commonly used string formats with Rust.
MIT License
41 stars 8 forks source link

Feature Request: replace `chrono` #22

Closed jqnatividad closed 5 months ago

jqnatividad commented 2 years ago

Given chrono's unresolved security advisory - https://rustsec.org/advisories/RUSTSEC-2020-0159,

It'd be nice if dateparser is re-implemented without it.

waltzofpearls commented 2 years ago

Hey @jqnatividad, thanks for reporting this issue. I went through this issue https://github.com/chronotope/chrono/issues/499 and saw someone suggested using https://github.com/x-hgg-x/tz-rs for localtime call. I will dig a little deeper and also see if there are alternatives to chrono.

kdwarn commented 1 year ago

This was fixed. See https://github.com/chronotope/chrono/issues/499 and https://github.com/chronotope/chrono/pull/677