vmprof / vmprof-python

vmprof - a statistical program profiler
http://vmprof.com
Other
433 stars 54 forks source link

Default to stdlib timezone objects instead of pytz #253

Open jakkdl opened 1 year ago

jakkdl commented 1 year ago

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.