Summary: | Time formats on en_IE | ||
---|---|---|---|
Product: | [Translations] i18n | Reporter: | gbonner689 |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED UPSTREAM | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
gbonner689
2016-05-17 14:17:55 UTC
"Time displays as 1:30pm" Where? Sorry, everywhere that uses the KDE configuration from Formats, in System Settings. So Plasma, Dolphin etc. It's not a bug per se, in that the time displays as the locale configuration tells it to (and is consistent with the preview in Formats). It's just that the default locale configuration for Formats is incorrect. I don't know if it's a bug or not, but in case it is, it comes from Qt so you should open a bug there. I've created a sample program that the only thing it does is ask QTime to print 13:30 and the output is tsdgeos@xps:~/test$ LANG=en_GB ./test "13:30" tsdgeos@xps:~/test$ LANG=en_IE ./test "1:30 P.M." |