timezone.py 126 Bytes
# Internationalization
# https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/

TIME_ZONE = 'UTC'

USE_TZ = True