Browse Source

Merge pull request #435 from apkallum/master

Nick Sweeting 5 years ago
parent
commit
c1ade80d56
1 changed files with 3 additions and 0 deletions
  1. 3 0
      archivebox/config/__init__.py

+ 3 - 0
archivebox/config/__init__.py

@@ -738,6 +738,9 @@ def load_all_config():
 CONFIG = load_all_config()
 CONFIG = load_all_config()
 globals().update(CONFIG)
 globals().update(CONFIG)
 
 
+# Timezone set as UTC
+os.environ["TZ"] = 'UTC'
+
 
 
 ############################## Importable Checkers #############################
 ############################## Importable Checkers #############################