January 2, 2009

Using Different Date and Time Format in Thunderbird

If you are running a non-localized Ubuntu installation, but going crazy on the America date and time format in Thunderbird, then you should use this script to start Thunderbird. The script alter the date and time format to yyyy-MM-dd.
#!/bin/sh
export LC_TIME=en_DK.utf8
/usr/bin/thunderbird $*

No comments: