On 22/11/19 08:12, Bob Goodwin wrote:
.
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
Hi Bob, I could be wrong but from the cat ~/.bashrc you have shown here, the export command isn't there.
regards, Steve
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@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org 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@lists.fedoraproject.org