Set default timezone to where our lab is located
authorDiane Trout <diane@ghic.org>
Fri, 17 Jan 2014 22:28:12 +0000 (14:28 -0800)
committerDiane Trout <diane@ghic.org>
Fri, 17 Jan 2014 22:28:12 +0000 (14:28 -0800)
htsworkflow/settings.py

index 451d54a61ce93271fda83e0fb99b7dbbea9cae09..ba2137ae56d35bf61bea11559ea73b8b7f94aff0 100644 (file)
@@ -94,6 +94,7 @@ USE_L10N = True
 
 USE_TZ = True
 
+TIME_ZONE='America/Los_Angeles'
 
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.6/howto/static-files/