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 belopolsky
Date 2018-06-08.21:53:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528494818.43.0.592728768989.issue33810@psf.upfronthosting.co.za>
In-reply-to
Content
Since implementation of issue 25283, the objects returned by time.localtime always have tm_zone and tm_gmtoff attributes, but the datetime module still has code that anticipates these attributes to be missing. [1]

[1]: https://github.com/python/cpython/blob/1cbdb2208aa309cf288ee0b53f0ecd85279bb934/Lib/datetime.py#L1763
History
Date User Action Args
2018-06-08 21:53:38belopolskysetrecipients: + belopolsky
2018-06-08 21:53:38belopolskysetmessageid: <1528494818.43.0.592728768989.issue33810@psf.upfronthosting.co.za>
2018-06-08 21:53:38belopolskylinkissue33810 messages
2018-06-08 21:53:38belopolskycreate