Walter Cheuk added the comment:
Usually %m, %d and %I are used instead, but the result is not satisfactory.
--
___
Python tracker
<http://bugs.python.org/issue14
Walter Cheuk added the comment:
Yes, this is standard in all Chinese locales, including China, Taiwan, Hong
Kong, Macau and Singapore.
--
___
Python tracker
<http://bugs.python.org/issue14
New submission from Walter Cheuk :
Please add new directives for decimal-number month, day and hour that have
neither leading zero nor leading space. Currently %m, %d and %I are used, but
they have leading zeroes and are not suitable for some languages such as
Chinese. GNOME provides %e and