GNOME Bugzilla – Bug 783526
timezone: AM/PM format should always be available
Last modified: 2017-06-12 16:37:10 UTC
See patch.
Created attachment 353357 [details] [review] timezone: AM/PM format should always be available This is equivalent to https://git.gnome.org/browse/gnome-control-center/commit/panels/datetime?id=85cd910af5e021f4ad1e34b4ae539a38aa712a61 for gnome-initial-setup.
Review of attachment 353357 [details] [review]: otherwise looks good, thanks ::: gnome-initial-setup/pages/timezone/gis-timezone-page.c @@ -389,3 @@ - ampm = nl_langinfo (AM_STR); - if (ampm == NULL || ampm[0] == '\0') the 'ampm' variable can be dropped too
Thanks, pushed with that fixed. Attachment 353357 [details] pushed as 57b8652 - timezone: AM/PM format should always be available