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 p-ganssle
Recipients eric.araujo, ncoghlan, p-ganssle
Date 2018-07-05.15:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530805241.49.0.56676864532.issue31898@psf.upfronthosting.co.za>
In-reply-to
Content
> datetime.timezone -> pytz.timezone (updates driven by IANA timezone database)

I will note that `pytz.timezone` and `datetime.timezone` are not really comparable (they do two very different things), and as of Python 3.6, `dateutil.tz` is the recommended source for IANA time zones, not `pytz`, per https://docs.python.org/3/library/datetime.html
History
Date User Action Args
2018-07-05 15:40:41p-gansslesetrecipients: + p-ganssle, ncoghlan, eric.araujo
2018-07-05 15:40:41p-gansslesetmessageid: <1530805241.49.0.56676864532.issue31898@psf.upfronthosting.co.za>
2018-07-05 15:40:41p-gansslelinkissue31898 messages
2018-07-05 15:40:41p-gansslecreate