[issue14441] Add new date/time directives to strftime()
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 %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 <http://bugs.python.org/issue14441> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14441] Add new date/time directives to strftime()
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/issue14441> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14441] Add new date/time directives to strftime()
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/issue14441> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com