zed/crates/channel/src
Conrad Irwin 6a2c712990
Use Instant not chrono for telemetry (#20756)
We occasionally see dates in the future appearing in our telemetry. One
hypothesis is that this is caused by a clock change while Zed is running
causing date math based on chrono to be incorrect.

Instant *should* be a more stable source of relative timestamps.

Release Notes:

- N/A
2024-11-19 08:23:12 -07:00
..
channel_store Enable clippy::needless_lifetimes (#8777) 2024-03-03 11:52:58 -05:00
channel.rs Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
channel_buffer.rs Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
channel_chat.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
channel_store.rs Remove hosted projects (#19754) 2024-10-27 19:44:21 -07:00
channel_store_tests.rs Use Instant not chrono for telemetry (#20756) 2024-11-19 08:23:12 -07:00