Summary: | Can't change time format, without changing locale | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | pingger_kdesucks |
Component: | kcm_regionandlang | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | hanyoung, nate |
Priority: | NOR | ||
Version: | 5.27.10 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
pingger_kdesucks
2024-01-06 19:26:53 UTC
Can you paste the contents of `~/.config/plasma-localerc`? `~/.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 ``` *** This bug has been marked as a duplicate of bug 340982 *** |