From f4ab6d687404f27cbf9b3a3b42c0867a70eb7f21 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 15 Aug 2017 19:58:54 -0700 Subject: [PATCH] Time Zone --- pinaxcon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index f403c4b..93e0f9b 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -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