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 780877 - wall-clock: 12h time format is now always available
wall-clock: 12h time format is now always available
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on: 761889
Blocks:
 
 
Reported: 2017-04-03 16:31 UTC by Cosimo Cecchi
Modified: 2017-04-04 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wall-clock: 12h time format is now always available (2.55 KB, patch)
2017-04-03 16:31 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2017-04-03 16:31:17 UTC
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 1 Cosimo Cecchi 2017-04-03 16:31:19 UTC
Created attachment 349188 [details] [review]
wall-clock: 12h time format is now always available
Comment 2 Cosimo Cecchi 2017-04-03 16:32:19 UTC
Bastien, do you mind taking a look at this one too?
Comment 3 Bastien Nocera 2017-04-04 08:32:57 UTC
Review of attachment 349188 [details] [review]:

Nicer, isn't it ;)
Comment 4 Bastien Nocera 2017-04-04 08:33:37 UTC
Make sure to branch before committing this.
Comment 5 Cosimo Cecchi 2017-04-04 15:59:03 UTC
Thanks, branched and pushed.

Attachment 349188 [details] pushed as 226fe72 - wall-clock: 12h time format is now always available