mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
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()
|
CONFIG = load_all_config()
|
||||||
globals().update(CONFIG)
|
globals().update(CONFIG)
|
||||||
|
|
||||||
|
# Timezone set as UTC
|
||||||
|
os.environ["TZ"] = 'UTC'
|
||||||
|
|
||||||
|
|
||||||
############################## Importable Checkers #############################
|
############################## Importable Checkers #############################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue