zed/crates/collab_ui
evrsen 98ffdca32e
Add locale-based time formatting in the chat panel (#7945)
This commit addresses the issue of time formats displayed in the chat
panel. Previously, the time was always displayed in a 12-hour format,
regardless of the user's locale. The `format_timestamp` function has
been updated to check the system locale and format the time accordingly.


Release Notes:
- Fixed time formatting in the chat panel to be locale based.
2024-02-17 08:44:28 -07:00
..
src Add locale-based time formatting in the chat panel (#7945) 2024-02-17 08:44:28 -07:00
Cargo.toml Add locale-based time formatting in the chat panel (#7945) 2024-02-17 08:44:28 -07:00
LICENSE-GPL