Message319110
| 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:38 | belopolsky | set | recipients: + belopolsky |
| 2018-06-08 21:53:38 | belopolsky | set | messageid: <1528494818.43.0.592728768989.issue33810@psf.upfronthosting.co.za> |
| 2018-06-08 21:53:38 | belopolsky | link | issue33810 messages |
| 2018-06-08 21:53:38 | belopolsky | create | |