Comment 2 for bug 775113

Revision history for this message
Remon Huijts (rahuijts) wrote : Re: Custom time format in datetime applet cannot handle week number.

Bug #730476:
"In the code, measuring is done using the strftime function while the rendering uses g_date_time_format. It seems these two functions use different parts of the locale settings."

g_date_time_format does not support %V or %U:
http://developer.gnome.org/glib/2.28/glib-GDateTime.html#g-date-time-format

Is this an upstream bug, or should the indicator-datetime be using strftime instead (which I thought it did)?