ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib64/python3.9/datetime.py)
RHEL 9.8 Python 3.9 does not have UTC in the datetime package.
timezone.utc is available.
Research indicates the python versions 3.11 and later have datetime.UTC while 3.10 and earlier do not.
ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib64/python3.9/datetime.py)
RHEL 9.8 Python 3.9 does not have UTC in the datetime package.
timezone.utc is available.
Research indicates the python versions 3.11 and later have datetime.UTC while 3.10 and earlier do not.