.. -*- coding: utf-8; -*-======== Locale========.. contents:: :local:List locale settings?=====================Current locale:: $ localeList all available locales:: $ locale -aHow set date to ISO format?===========================Usually this be done trough en_DK locale.You need setup, for example, ``LC_TIME=en_DK.utf8`` at shell init.Install all available locale in Debian:: $ sudo apt-get install locales-allGenerate locales in Debian:: $ sudo dpkg-reconfigure locales