You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msglist: Follow user settings for message timestamps
Earlier, timestamps were always formatted as 12-hour (h:mm aa),
ignoring the user's preference `twentyFourHourTime` in settings.
Now, the code retrieves the user's setting and selects the appropriate
format:
• 24-hour format: "HH:mm"
• 12-hour format: "h:mm aa"
0 commit comments