g_date_time_format: drop %N format
authorRyan Lortie <desrt@desrt.ca>
Fri, 2 Sep 2011 17:38:03 +0000 (13:38 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 2 Sep 2011 22:10:38 +0000 (18:10 -0400)
commit034952ead64842b95b75a9ebaed45741edd0c7aa
tree5d8613f13f228c1bf8aa4cbc782d42d4bebec97a
parentf421f0b88323b2a07d3cf18bf2aa3e2acf509738
g_date_time_format: drop %N format

%N is not specified in any standards document, but we use it to display
the number of microseconds.

The fact that our our current implementation of it is nearly useless
(since it does not zero-pad) coupled with the high chance that a future
version of the C standard may specify it with another meaning means that
we should drop it.

https://bugzilla.gnome.org/show_bug.cgi?id=658061
glib/gdatetime.c