1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

Merge pull request #435 from apkallum/master

This commit is contained in:
Nick Sweeting 2020-08-10 23:22:46 -04:00 committed by GitHub
commit c1ade80d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #############################