Locale en_DK.utf8 not working properly
Setting LC_TIME to en_DK.utf8 in /var/lib/environment/nemo/locale.conf does affect the week's first day.
You can see this easily using the cal
program:
LC_TIME=en_GB.utf8 cal
(shows calendar with Monday as first day)
LC_TIME=en_DK.utf8 cal
(shows calendar with Sunday as first day)
Environment variables from my locale.conf:
LANG=en_US.utf8
LC_COLLATE=C
LC_CTYPE=en_US.utf8
LC_TIME=en_GB.utf8
Running version 2.0.5.6 on LG Nexus 5.