mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-02 23:59:52 -04:00
set tz variable globally as UTC
This commit is contained in:
parent
e9bd0b122e
commit
50069d1eb3
2 changed files with 4 additions and 1 deletions
|
@ -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 #############################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue