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 spaetz
Recipients spaetz
Date 2011-01-27.13:40:09
SpamBayes Score 0.0011458967
Marked as misclassified No
Message-id <1296135610.48.0.771309074686.issue11024@psf.upfronthosting.co.za>
In-reply-to
Content
P.S. To replicate this in ipython:

import locale, imaplib

locale.setlocale(locale.LC_ALL,'de_CH.utf8')
imaplib.Time2Internaldate(220254431)
Out[1]: '"24-Dez-1976 06:47:11 +0100"'

(Note the German 'Dez' rather than 'Dec')
History
Date User Action Args
2011-01-27 13:40:10spaetzsetrecipients: + spaetz
2011-01-27 13:40:10spaetzsetmessageid: <1296135610.48.0.771309074686.issue11024@psf.upfronthosting.co.za>
2011-01-27 13:40:09spaetzlinkissue11024 messages
2011-01-27 13:40:09spaetzcreate