GNOME Bugzilla – Bug 707253
datetime: Use new g_date_time %z format modifier
Last modified: 2013-09-02 20:08:24 UTC
.
Created attachment 253799 [details] [review] datetime: Use new g_date_time %z format modifier Use new %:::z format string to display timezone offset in a slightly nicer way. This is also needed for consistency with the timezone notifications from gnome-settings-daemon. Also bump glib dependency to 2.37.7 for the new modifier.
Review of attachment 253799 [details] [review]: ::: panels/datetime/cc-datetime-panel.c @@ +547,2 @@ /* Translators: UTC here means the Coordinated Universal Time. + * %:::z will be replaced by the offset from UTC e.g. UTC+02 */ I don't see any mention of ':::' part in the docs: https://developer.gnome.org/glib/unstable/glib-GDateTime.html#g-date-time-format
It's a new thing, haven't made it into any tarball release yet: https://bugzilla.gnome.org/show_bug.cgi?id=707151
Review of attachment 253799 [details] [review]: ack then
Thanks! Attachment 253799 [details] pushed as 16e251e - datetime: Use new g_date_time %z format modifier