Time Zone

This commit is contained in:
Christopher Neugebauer 2017-08-15 19:58:54 -07:00
parent f76e8766e5
commit f4ab6d6874

View file

@ -29,7 +29,7 @@ ALLOWED_HOSTS = ["localhost", ".herokuapp.com", ".northbaypython.org"]
# timezone as the operating system.
# If running in a Windows environment this must be set to the same as your
# system time zone.
TIME_ZONE = "UTC"
TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles")
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html