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 jaitaiwan
Recipients Anders.Hovmöller, Arfrever, Elvis.Pranskevichus, Eric.Hanchrow, Roman.Evstifeev, SilentGhost, aymeric.augustin, barry, belopolsky, berker.peksag, cben, cvrebert, davydov, deronnax, eric.araujo, flying sheep, jaitaiwan, jcea, jstasiak, jwilk, karlcow, kirpit, larsonreever, martin.panter, mcepl, mihaic, nagle, ncoghlan, p-ganssle, pbryan, perey, piotr.dobrogost, r.david.murray, roysmith, sirex, vstinner
Date 2017-12-19.13:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513689051.37.0.213398074469.issue15873@psf.upfronthosting.co.za>
In-reply-to
Content
I wanted to note here... I've been trying to get strptime to work with the types of dates specified in this request and came across a documentation bug here: https://docs.python.org/3.5/library/time.html#time.strptime

You can see that the %z attribute's examples given have colons in them while the format specified is +HHMM rather than +HH:MM which the examples illude to.
History
Date User Action Args
2017-12-19 13:10:51jaitaiwansetrecipients: + jaitaiwan, barry, jcea, cben, roysmith, ncoghlan, belopolsky, nagle, vstinner, jwilk, mcepl, eric.araujo, Arfrever, r.david.murray, davydov, cvrebert, karlcow, SilentGhost, Elvis.Pranskevichus, perey, flying sheep, mihaic, aymeric.augustin, Roman.Evstifeev, berker.peksag, martin.panter, piotr.dobrogost, kirpit, Anders.Hovmöller, jstasiak, Eric.Hanchrow, deronnax, pbryan, p-ganssle, sirex, larsonreever
2017-12-19 13:10:51jaitaiwansetmessageid: <1513689051.37.0.213398074469.issue15873@psf.upfronthosting.co.za>
2017-12-19 13:10:51jaitaiwanlinkissue15873 messages
2017-12-19 13:10:51jaitaiwancreate