Bug 360798 - locale selection based on countries is insufficient
Summary: locale selection based on countries is insufficient
Status: RESOLVED UPSTREAM
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_formats (other bugs)
Version First Reported In: 5.4.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Kügler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 21:26 UTC by Martin Zbořil
Modified: 2016-03-21 11:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Zbořil 2016-03-20 21:26:22 UTC
hello, i want to have ISO 8601 based date and time stamps, the new 'simplified' configuration does not support that.

Reproducible: Always




if there is a way around it, i have not yet found that.
Comment 1 Sebastian Kügler 2016-03-21 11:00:37 UTC
We made a deliberate choice to work with whatever Qt provides us, that includes display of date and time. It's not simply a configuration issue, it would need special calls in each application that displays the date or time.

I'll close this bug as it's really nothing we plan to introduce, in fact we moved away from rolling our own locale system, and made our code more compatible with pure Qt. It could perhaps be done in Qt's locale, but in this case, it'd be an upstream bug.