You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of the django.utils.timezone.utc alias triggers a deprecation
warning from Django, when Python warnings are enable.
This patch fixes this issue by using the Python built-in
datetime.timezone.utc in the Connecton/Python Django operations
module.
Change-Id: If76904b41966979d54efd6135708b87942ed21e4
0 commit comments