You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tkloczko@pers-jacek arrow-1.3.0]$ grep -r pytzCHANGELOG.rst:- [FIX] Fixed a bug that occurred when ``arrow.Arrow()`` was instantiated with a ``pytz`` tzinfo object.CHANGELOG.rst:- [FIX] Fix pytz conversion error (Kudo)README.rst:- Too many modules: datetime, time, calendar, dateutil, pytz and moreREADME.rst:- Support for ``dateutil``, ``pytz``, and ``ZoneInfo`` tzinfo objectsarrow/arrow.py: # detect that tzinfo is a pytz object (issue #626)requirements/requirements-tests.txt:pytz==2021.1tests/test_arrow.py:import pytztests/test_arrow.py: def test_init_pytz_timezone(self):tests/test_arrow.py: 2013, 2, 2, 12, 30, 45, 999999, tzinfo=pytz.timezone("Europe/Paris")tests/test_formatter.py:import pytztests/test_formatter.py: dt = datetime(1986, 2, 14, tzinfo=pytz.timezone("UTC")).replace(tests/utils.py:import pytztests/utils.py: pytz_zones = set(pytz.all_timezones)tests/utils.py: return dateutil_zones.union(pytz_zones)pyproject.toml: "pytz==2021.1",
The text was updated successfully, but these errors were encountered:
Switch to standard
zoneinfo
module.Below may help pydantic/pydantic-core@fd262933
The text was updated successfully, but these errors were encountered: