1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-19 12:51:49 +02: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

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