set tz variable globally as UTC

This commit is contained in:
apkallum 2020-08-10 23:21:02 -04:00
parent e9bd0b122e
commit 50069d1eb3
2 changed files with 4 additions and 1 deletions

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