Use ISO-8601 time-stamps in Thunderbird Posted on 2020-11-232020-11-23 by Jan Christoph Uhde #!/bin/sh export LC_TIME=lt_LT.utf-8 [ "$LC_ALL" != "$LC_TIME" ] && unset LC_ALL /usr/bin/thunderbird "$@"