rsadsb / adsb_deku

✈️ Rust ADS-B decoder + tui radar application
MIT License
620 stars 22 forks source link

feat: remove chrono crate and use time #129

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Remove chrono, they seem to have no interest in fixing the issue from: https://rustsec.org/advisories/RUSTSEC-2020-0071.html.

This defers that issue by using the time crate directly and using the local_offset functions from a single thread. (This uses localtime_r locally)