Changeset - f4ab6d687404
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-16 02:58:54
chrisjrn@gmail.com
Time Zone
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -31,3 +31,3 @@ ALLOWED_HOSTS = ["localhost", ".herokuapp.com", ".northbaypython.org"]
 
# system time zone.
 
TIME_ZONE = "UTC"
 
TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles")
 

	
0 comments (0 inline, 0 general)