From 7d4dd43f7914351bca76a120363cbd1a4c8ad793 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 17 Jan 2014 14:28:12 -0800 Subject: [PATCH] Set default timezone to where our lab is located --- htsworkflow/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index 451d54a..ba2137a 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -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/ -- 2.30.2