AM/PM in Thunderbird -

poma pomidorabelisima at gmail.com
Wed Feb 26 13:25:58 UTC 2014


On 24.02.2014 13:43, Bob Goodwin wrote:
> 
> For a long time I have been doing:
> 
> /etc/locale.conf    change:    LANG="en_US.UTF-8"
> 
> LANG="en_GB.UTF-8"
> 
> To make Thunderbird list messages with 24 hour time.
> 
> Can someone suggest a better way to accomplish this?
> 
> Bob
> 

/usr/bin/thunderbird24h:
#!/bin/sh
LC_TIME=C
export LC_TIME
/usr/bin/thunderbird


poma




More information about the users mailing list