.
I did this the other day and it worked initially but quit and the list
of messages is in 12 hour time again.
A simple solution that worked for me with Thunderbird 68.1.1 on Fedora
30 (X86_64):
to ~/.bashrc add the line
export LC_TIME="C"
Below is a copy of .bashrc with added line at the bottom:
[root@Workstation-1 bobg]# cat ~/.bashrc
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
What have I done wrong? I just made the same change on a second Fedora
31 computer and it shows 24 hour time ...
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx