Old #Python: import pytz New Python: from zoneinfo import ZoneInfo zoneinfo (3.9) brings time zones into the standard library, using your system's tz database — one fewer third-party dependency.
1 likes 0 replies
?
Old #Python: import pytz New Python: from zoneinfo import ZoneInfo zoneinfo (3.9) brings time zones into the standard library, using your system's tz database — one fewer third-party dependency.
1 likes 0 replies