GNOME Bugzilla – Bug 656196
gnome-shell crashes due to g_date_time_format not supporting %OI %OM
Last modified: 2011-08-13 19:54:31 UTC
gnome-shell replaces the Date.toLocaleFormat with this function and some locales uses %OI %OM which are not supported by g_date_time_format for more information check this http://developer.gnome.org/glib/2.29/glib-GDateTime.html#g-date-time-format https://bugzilla.redhat.com/show_bug.cgi?id=728889 http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
support for these modifiers has been added in GLib 2.29 already.