refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
70 stars 19 forks source link

Unhandled Panic from `time::OffsetDateTime::now_local()` #221

Closed jmwample closed 1 year ago

jmwample commented 1 year ago

PR #220 added an unhandled unwrap for the function call time::OffsetDateTime::now_local()

Turns out this can panic unexpectedly. This adds a more reliable utc fallback.