Paul Ganssle <p.gans...@gmail.com> added the comment:

> 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

----------
nosy: +p-ganssle

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31898>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to