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 georg.brandl
Recipients georg.brandl, loewis
Date 2008-06-08.08:44:28
SpamBayes Score 0.026668875
Marked as misclassified No
Message-id <1212914669.61.0.344111508001.issue3061@psf.upfronthosting.co.za>
In-reply-to
Content
It decodes the system strftime's result using TZNAME_ENCODING which is
also used to decode timezone names.  This may be correct for timezone
names themselves (I don't know), but the strftime result is encoded in
the LC_TIME encoding - at least on my Linux system.
History
Date User Action Args
2008-06-08 08:44:30georg.brandlsetspambayes_score: 0.0266689 -> 0.026668875
recipients: + georg.brandl, loewis
2008-06-08 08:44:29georg.brandlsetspambayes_score: 0.0266689 -> 0.0266689
messageid: <1212914669.61.0.344111508001.issue3061@psf.upfronthosting.co.za>
2008-06-08 08:44:28georg.brandllinkissue3061 messages
2008-06-08 08:44:28georg.brandlcreate