On 5/27/21 12:05 PM, dep via tde-users wrote:
said Edward:
| I have installed Mozilla builds of Firefox and Thunderbird on one of my
| TDE-Debian systems. When printing/print previewing an e-mail with
| Thunderbird, the time displayed in the footer is correctly in the
| 12-hour format with AM or PM.
|
| in Firefox, the time is displayed in 24-hour format.
|
| Thunderbird picks up the time from the system time, which I believe is
| set to 12-hours, since the TDE clock is displaying the time with AM/PM.
| But Firefox apparently isn't.
|
| Is there in something I can check in TDE that will show if the system on
| 12-hour AM/PM time, or is what the clock is displaying, just that?
Firefox gets its time format from the system locale setting, which is
deeper than the desktop. Desktops and applications can modify this, but
Firefox doesn't.
https://www.tecmint.com/set-system-locales-in-linux/
--
dep
Hi dep,
Comparing to the images on the link you provided, it's missing the
'LANGUAGE' variable, but the LANG variable is for the entire system, so
it would be correct. Firefox is wrong.
epp@upstairs:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
epp@upstairs:~$ localectl status
System Locale: LANG=en_US.UTF-8
VC Keymap: n/a
X11 Layout: us
X11 Model: pc105
--
Linux. A Continual Learning Experience.