[New-bugs-announce] [issue14441] Add new date/time directives to strftime()

Walter Cheuk report at bugs.python.org
Thu Mar 29 16:05:20 CEST 2012


New submission from Walter Cheuk <wwycheuk at gmail.com>:

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 %l for day and hour, but they have leading space instead and are not good enough also.

----------
messages: 157048
nosy: wwycheuk
priority: normal
severity: normal
status: open
title: Add new date/time directives to strftime()
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14441>
_______________________________________


More information about the New-bugs-announce mailing list