This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, eli.bendersky, ezio.melotti, rpetrov, vstinner
Date 2011-01-12.00:34:42
SpamBayes Score 0.00044266478
Marked as misclassified No
Message-id <AANLkTikadQe0RQe_VwM1vsCp4qnK59G8QHM9sQK7GpU_@mail.gmail.com>
In-reply-to <1294792003.64.0.335181029397.issue8957@psf.upfronthosting.co.za>
Content
On Tue, Jan 11, 2011 at 7:26 PM, Roumen Petrov <report@bugs.python.org> wrote:
..
> - locales with %A and %B are broken on this platform as %c is "Appropriate date and time representation (%c) with abbreviations"

According to what standard? POSIX defines it as

%c Replaced by the locale's appropriate date and time representation.

http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html

and the manual page on my system agrees:

 %c    is replaced by national representation of time and date.
History
Date User Action Args
2011-01-12 00:34:44belopolskysetrecipients: + belopolsky, vstinner, ezio.melotti, rpetrov, eli.bendersky
2011-01-12 00:34:42belopolskylinkissue8957 messages
2011-01-12 00:34:42belopolskycreate