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 izmmisha
Recipients burak.arslan, izmmisha, petri.lehtinen
Date 2011-11-02.14:27:27
SpamBayes Score 1.913856e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I have strange behavior too:

im@cgt-serv ~ $ python
Python 2.6.6 (r266:84292, Feb 28 2011, 09:01:15)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from email.Utils import formatdate
>>> import time
>>> time.strftime("%a, %d %b %Y %T %z")
'Wed, 02 Nov 2011 18:21:08 +0400'
>>> formatdate(localtime=True)
'Wed, 02 Nov 2011 18:21:28 +0300'
>>>
History
Date User Action Args
2011-11-02 14:27:29izmmishasetrecipients: + izmmisha, petri.lehtinen, burak.arslan
2011-11-02 14:27:28izmmishasetmessageid: <[email protected]>
2011-11-02 14:27:28izmmishalinkissue13284 messages
2011-11-02 14:27:27izmmishacreate