From the pytz pypi: "Projects using Python 3.9 or later should be using the support now included as part of the standard library, and third party packages work with it such as tzdata. pytz offers no advantages beyond backwards compatibility with code written for earlier versions of Python."
tzdata is maintained by the python team itself and as far as I can tell, zoneinfo from the standard library is also making use of this. On 11 August 2024 11:36:28 am UTC, Alastair McKinstry <alastair.mckins...@mckinstry.ie> wrote: >How does this work compared to python-tz ?