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 Anders.Hovmöller, Arfrever, Eric.Hanchrow, Roman.Evstifeev, SilentGhost, aymeric.augustin, barry, belopolsky, berker.peksag, cvrebert, davydov, deronnax, eric.araujo, flying sheep, gvanrossum, jcea, jstasiak, jwilk, karlcow, kirpit, martin.panter, mcepl, mihaic, nagle, pbryan, perey, piotr.dobrogost, r.david.murray, roysmith, shanmbic, tim.peters, vstinner, ztane
Date 2016-07-16.18:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468693297.2.0.814853964453.issue24954@psf.upfronthosting.co.za>
In-reply-to
Content
Antti, while I see some convenience in making %z parsing promiscuous, there is clear utility in adding %:z to strftime.  If we do that, not allowing the same for parsing will be odd.  Let's start with that.  A case for a promiscuous %z can be made later.

On a separate issue, note that datetime.isoformat() has recently grown a timespec option.  See issue 19475.  I wonder if it would make sense to add a tzspec option to control the way timezone is formatted.
History
Date User Action Args
2016-07-16 18:21:37belopolskysetrecipients: + belopolsky, gvanrossum, tim.peters, barry, jcea, roysmith, nagle, vstinner, jwilk, mcepl, eric.araujo, Arfrever, r.david.murray, davydov, cvrebert, karlcow, SilentGhost, perey, flying sheep, mihaic, aymeric.augustin, Roman.Evstifeev, berker.peksag, martin.panter, piotr.dobrogost, kirpit, ztane, Anders.Hovmöller, jstasiak, Eric.Hanchrow, deronnax, pbryan, shanmbic
2016-07-16 18:21:37belopolskysetmessageid: <1468693297.2.0.814853964453.issue24954@psf.upfronthosting.co.za>
2016-07-16 18:21:37belopolskylinkissue24954 messages
2016-07-16 18:21:37belopolskycreate