Hello.
I need to permanently change my LC_TIME settings.
After reading info in net I executed:
Then rebooted my PC.
And after all that manipulations I still have:
Which way I can permanently change my LC_TIME settings?
I need to permanently change my LC_TIME settings.
After reading info in net I executed:
Code:
sudo update-locale LC_TIME="uk_UA.UTF-8"
And after all that manipulations I still have:
Code:
$ locale | grep LC_TIME LC_TIME="en_US.UTF-8" $ grep LC_TIME /etc/default/locale LC_TIME=uk_UA.UTF-8 $ env | grep LC_TIME LC_TIME=uk_UA.UTF-8
Comment