refraction-networking / conjure

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

Detector log timestamp format fix #222

Closed jmwample closed 10 months ago

jmwample commented 10 months ago

The changes to the DateTime library used by the detector made in #221 and #220 resulted in a minor change to the actual value that gets logged (missing sign on offset hour value). This PR fixes this making our log timestamps using the time crate are now parse-able by the logstash grok pattern that we used for the timestamp of chrono.

P.S. Timestamps and time libraries are a huge hassle