New submission from Christophe Nanteuil <christophe.nante...@gmail.com>:
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. ---------- assignee: docs@python components: Documentation files: datetime.rst.patch keywords: patch messages: 321968 nosy: Christophe Nanteuil, docs@python priority: normal severity: normal status: open title: Documentation of datetime '%z' format code is odd versions: Python 3.7 Added file: https://bugs.python.org/file47704/datetime.rst.patch _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34158> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com