➜

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.

作者 izmmisha
收信人 burak.arslan, izmmisha, petri.lehtinen
日期 2011-11-02.14:27:27
SpamBayes Score 1.913856e-07
Marked as misclassified 否
Message-id <1320244048.96.0.227503445028.issue13284@psf.upfronthosting.co.za>
In-reply-to
内容
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'
>>>
历史
日期 用户 动作 参数
2011-11-02 14:27:29izmmisha修改recipients: + izmmisha, petri.lehtinen, burak.arslan
2011-11-02 14:27:28izmmisha修改messageid: <1320244048.96.0.227503445028.issue13284@psf.upfronthosting.co.za>
2011-11-02 14:27:28izmmisha链接issue13284 messages
2011-11-02 14:27:27izmmisha创建