Date in message cards not localized properly
The date formatted below the message texts in the chat history (and also in the date/time for last message in contact list) is not localized for the language selected in the settings, instead the system's default locale is being used. I think the problem is in `TimeUtils.kt` where we need to apply `localizedBy(Locale)` to the formatter.
issue