Proposal: Drop dependency on pytz in favor of zoneinfo #8562
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Agreed. Django now uses pytz support will be dropped in Django 5.0. Django-rest should switch to using More info from here
|
Beta Was this translation helpful? Give feedback.
Agreed. Django now uses
zoneinfo
by default, and backportsbackports.zoneinfo
if the user is not running pyhton 3.9.pytz support will be dropped in Django 5.0. Django-rest should switch to using
zoneinfo
by default.More info from here