On 08.09.2021 20:18, Michael Spartana wrote:
This looks like date format bug. I wanted the 12 hour clock display, not the 24 hour clock display.
And this is TB 91
This is controller by LC_TIME environment variable. What is output of
locale
in your case? LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8"
Well, it sounds like a (new) bug in TB 91. TB 78.13 changes time format according to LC_TIME; TB 91 is stuck with 24 hours time format, only date format is affected. You can set intl.date_time.pattern_override.time_short to "h:mm a" to get 9:05 PM instead of 21:05 [1]. If you are concerned, open bug report upstream. I could not find something obvious after quick search. [1] https://support.mozilla.org/en-US/kb/customize-date-time-formats-thunderbird