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 belopolsky
Recipients belopolsky, lavajoe, r.david.murray, spaetz
Date 2011-01-28.20:31:01
SpamBayes Score 0.0009109356
Marked as misclassified No
Message-id <AANLkTikA8Hg4eZJT-do=dr1dto0+cOMM_aCqXH6JmkEB@mail.gmail.com>
In-reply-to <1296243879.2.0.330187876854.issue11024@psf.upfronthosting.co.za>
Content
On Fri, Jan 28, 2011 at 2:44 PM, Alexander Belopolsky
<report@bugs.python.org> wrote:
..
> Also, isn't day supposed to be space- rather than 0- padded?

To the best of my understanding, rfc 2060 requires space-padded day
(strftime code %e):

"""
date_day_fixed  ::= (SPACE digit) / 2digit
                    ;; Fixed-format version of date_day
...
date_time       ::= <"> date_day_fixed "-" date_month "-" date_year
                    SPACE time SPACE zone <">
...
msg_att         ::= ...
                    "INTERNALDATE" SPACE date_time /
...
"""

See http://tools.ietf.org/html/rfc2060.html
History
Date User Action Args
2011-01-28 20:31:02belopolskysetrecipients: + belopolsky, r.david.murray, lavajoe, spaetz
2011-01-28 20:31:01belopolskylinkissue11024 messages
2011-01-28 20:31:01belopolskycreate