Set default timezone to where our lab is located
[htsworkflow.git] / 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/