Use full date format for day dividers in timeline (#3057)

* Use full date format for day dividers in timeline

* Use AM/PM for `DefaultLastMessageTimestampFormatter` when the locale needs it
This commit is contained in:
Jorge Martin Espinosa 2024-06-20 15:09:06 +02:00 committed by GitHub
parent c9dc5c5d97
commit edd61e96c2
4 changed files with 27 additions and 8 deletions

1
changelog.d/2916.misc Normal file
View file

@ -0,0 +1 @@
Use a more natural date format for day dividers in the timeline. Also improve the time format for last messages in the room list.