Default timezone for clear logging

Change-Id: I15006cf41ea36e6bca69c3bd2fda089311bf9c41
This commit is contained in:
Igor Shishkin 2014-06-06 17:47:30 +04:00
parent 87d1db0f09
commit 6360b93dd2
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
import os
# Default timezone for clear logging
TIME_ZONE = 'UTC'
ENV_NAME = os.environ.get("ENV_NAME", "fuel_system_test")
ISO_PATH = os.environ.get('ISO_PATH')