Use python's zoneinfo instead of pytz #94
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to official documentation, since Django 4.0, usage of standard python
zoneinfo
module is privileged topytz
. Current implementation uses this last one.Todo:
Docs: