g_date_time_format: rip out non-working %W format
authorRyan Lortie <desrt@desrt.ca>
Sat, 3 Sep 2011 00:54:51 +0000 (20:54 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 3 Sep 2011 01:05:40 +0000 (21:05 -0400)
commit1b04f0d9730e94c80db35f3dbd21cdfbb7e2c9da
tree5f4a27810cba356b5b05887e5c713d425da254a1
parentb8c2fd7e05e18cb45eb83c751df394e0e3174084
g_date_time_format: rip out non-working %W format

Our implementation of %W is incorrect.  Nobody should want to use this
format anyway and the implementation is non-trivial, so rip it out
rather than fixing it.

Remove the testcase for %W as well.
glib/gdatetime.c
glib/tests/gdatetime.c