Wilfred Hughes 2b676bfbd7 fix: Handle missing time offsets gracefully
The tracing_subscribe docs state that missing offsets likely mean
that we're in a multithreaded context:
https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/time/struct.OffsetTime.html#method.local_rfc_3339

We're not in a multithreaded context at this point, but some platforms
(e.g. OpenBSD) still don't have time offsets available.

Since this is only a rust-analyzer debugging convenience, just use
system time logging in this situation.

Fixes #18384
2024-10-23 09:57:57 -07:00
..
2024-10-14 10:09:22 -04:00
2024-10-22 21:26:56 +03:00
2024-10-14 10:09:22 -04:00
2024-09-25 09:00:53 +03:00
2024-10-22 11:48:41 +02:00
2024-10-22 11:48:41 +02:00
2024-10-14 10:09:22 -04:00
2024-10-22 11:48:41 +02:00