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 burak.arslan
Recipients burak.arslan
Date 2011-10-28.10:26:03
SpamBayes Score 0.0001094508
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
There's an issue with email.utils.formatdate function, illustrated here: https://gist.github.com/1321994

for reference i'm on Europe/Istanbul timezone, which is +03:00 because of DST at the time of this writing.

I'm on stable Python 2.7.2 on gentoo linux. 

When I run the attached script, I get:

    Fri, 28 Oct 2011 07:56:14 -0000
    datetime.datetime(2011, 10, 28, 9, 56, 14, 945831, tzinfo=<UTC>)

when the local time is 12:56. so the second line is correct and first one is not.

let me know if you need any more information.
thanks for your attention.
History
Date User Action Args
2011-10-28 10:26:04burak.arslansetrecipients: + burak.arslan
2011-10-28 10:26:04burak.arslansetmessageid: <[email protected]>
2011-10-28 10:26:04burak.arslanlinkissue13284 messages
2011-10-28 10:26:03burak.arslancreate