https://bugs.kde.org/show_bug.cgi?id=479477
--- Comment #2 from pingger_kdesu...@iskariot.info --- `~/.config/plasma-localerc`: ```ini [Formats] LANG=C LC_ADDRESS=C LC_MEASUREMENT=C LC_MONETARY=en_DE.UTF-8 LC_NAME=C LC_NUMERIC=en_DE.UTF-8 LC_PAPER=C LC_TELEPHONE=en_DE.UTF-8 [Translations] LANGUAGE=C:en_US ``` Just to be clear, the DateFormat I want is ISO 8601, aka YYYY-MM-DD'T'HH:mm:ss+zzzz (where the timezone is optional if UTC+0, but the 'T' is not, and this being the short form. the long form would include milliseconds) I know, that this setting was possible in the past, but has now disappeared from the UI, in addition to the UI not changing anything (except apparently this non-standard file, that has no association with the actual system settings in `/etc/locale.conf` or in `~/.profile` (or at the very least in `~/.config/environment.d/`) where it would actually belong!) `/etc/locale.conf`: ```bash LANG=C.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 ``` -- You are receiving this mail because: You are watching all bug changes.