ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

Review time zone and language code in settings #435

Open microamp opened 2 months ago

microamp commented 2 months ago

Time zone and language code are currently set to Europe/London and en-gb respectively.

>>> from django.conf import settings
>>> settings.TIME_ZONE
'Europe/London'
>>> settings.USE_TZ
True
>>> settings.LANGUAGE_CODE
'en-gb'