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 gvanrossum
Recipients gvanrossum
Date 2015-08-28.22:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440801281.72.0.545558404714.issue24954@psf.upfronthosting.co.za>
In-reply-to
Content
The datetime isoformat() function for an aware datetime appends the timezone in the form +HH:MM or -HH:MM. But the %z format produces (strftime) or parses (strptime) either +HHMM or -HHMM. I looked it up on Wikipedia, and the ISO 8601 standard indeed uses the colon. It would be nice if there was a new format character that could produce or parse the colon...
History
Date User Action Args
2015-08-28 22:34:41gvanrossumsetrecipients: + gvanrossum
2015-08-28 22:34:41gvanrossumsetmessageid: <1440801281.72.0.545558404714.issue24954@psf.upfronthosting.co.za>
2015-08-28 22:34:41gvanrossumlinkissue24954 messages
2015-08-28 22:34:41gvanrossumcreate