vmprof-python icon indicating copy to clipboard operation
vmprof-python copied to clipboard

Default to stdlib timezone objects instead of pytz

Open jakkdl opened this issue 2 years ago • 0 comments

The standard library now has timezone support, and there's a backport for versions < 3.9, so the pytz dependence is not needed and can be removed.

See related discussions in https://github.com/pandas-dev/pandas/issues/34916 and django-developers.

jakkdl avatar Apr 18 '23 11:04 jakkdl