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
zoneinfoby default, and backportsbackports.zoneinfoif the user is not running pyhton 3.9.pytz support will be dropped in Django 5.0. Django-rest should switch to using
zoneinfoby default.More info from here