timezone.py 126 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 # Internationalization # https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/ TIME_ZONE = 'UTC' USE_TZ = True