GDateTime: enhance g_date_time_format()
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 May 2011 17:16:30 +0000 (13:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 May 2011 18:57:09 +0000 (14:57 -0400)
commitd23c33a04bd1d16f30efb1511cd8b698dc9c84b1
tree725d47caac1a1b85391d78c5326ce97e7489d5a1
parent8932a1a7a3bf1bb68c2f2762f3674a149742b1fa
GDateTime: enhance g_date_time_format()

Make g_date_time_format() support some useful format modifiers from
strftime(). This commit adds support for the POSIX 'O' modifier
(alternative digits), as well as the -/_/0 padding modifiers, which
are a GNU strftime() extension.
https://bugzilla.gnome.org/show_bug.cgi?id=648678
glib/gdatetime.c