After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780863 - datetime: 12h time format is now always available
datetime: 12h time format is now always available
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Date and Time
unspecified
Other All
: Normal normal
: ---
Assigned To: Kalev Lember
Control-Center Maintainers
Depends on: 761889
Blocks:
 
 
Reported: 2017-04-03 09:32 UTC by Bastien Nocera
Modified: 2017-04-04 08:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
datetime: 12h time format is now always available (4.05 KB, patch)
2017-04-03 09:32 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2017-04-03 09:32:41 UTC
.
Comment 1 Bastien Nocera 2017-04-03 09:32:45 UTC
Created attachment 349162 [details] [review]
datetime: 12h time format is now always available

Following a change in GDateTime, AM/PM format is now always available
even if the support is missing in the locale used.

Remove the code used to detect AM/PM support in the locale, and bump the
GLib requirements to the version that includes this GDateTime change.

See https://bugzilla.gnome.org/show_bug.cgi?id=761889
Comment 2 Cosimo Cecchi 2017-04-03 16:26:58 UTC
Review of attachment 349162 [details] [review]:

Looks good to me.
Comment 3 Bastien Nocera 2017-04-04 08:22:31 UTC
Attachment 349162 [details] pushed as 85cd910 - datetime: 12h time format is now always available