My XFCE shows correct time:
But when running date
command it defaults to 12h format?
already tried solution from this and this question but still the same, I'm using en_CA.UTF-8
btw.
you might be lucky after reading about the LC_
variables , timedatectl
and:
ntpdate
or ntpdate-debian
https://askubuntu.com/questions/679988/how-to-change-ubuntus-server-date-and-time-via-command-line
– Benji over_9000 'benchonaut'
Jun 19 '20 at 19:28
echo $TZ
say? what do you get if you set the TZ explicitly ex.TZ='Asia/Jakarta' date
? – steeldriver Jun 19 '20 at 15:03echo $TZ
is empty, whenTZ='Asia/Jakarta' date
it shows the same asdate
– Kokizzu Jul 14 '20 at 17:17