Message 321968 - Python tracker

Message321968

Author Christophe Nanteuil
Recipients Christophe Nanteuil, docs@python
Date 2018-07-19.21:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532036087.85.0.56676864532.issue34158@psf.upfronthosting.co.za>
In-reply-to
Content
In § 8.1.8. "strftime() and strptime() Behavior", the documentation states that "%z" format code is a string of the form '±HHMM[SS[.uuuuuu]]' where uuuuuu is a 2-digit string giving the number of UTC offset microseconds.
I think it's a 6-digit string.
History
Date User Action Args
2018-07-19 21:34:47Christophe Nanteuilsetrecipients: + Christophe Nanteuil, docs@python
2018-07-19 21:34:47Christophe Nanteuilsetmessageid: <1532036087.85.0.56676864532.issue34158@psf.upfronthosting.co.za>
2018-07-19 21:34:47Christophe Nanteuillinkissue34158 messages
2018-07-19 21:34:47Christophe Nanteuilcreate