Merge pull request #435 from apkallum/master
This commit is contained in:
commit
c1ade80d56
1 changed files with 3 additions and 0 deletions
|
@ -738,6 +738,9 @@ def load_all_config():
|
|||
CONFIG = load_all_config()
|
||||
globals().update(CONFIG)
|
||||
|
||||
# Timezone set as UTC
|
||||
os.environ["TZ"] = 'UTC'
|
||||
|
||||
|
||||
############################## Importable Checkers #############################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue