diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-24 11:43:27 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-24 11:43:27 +0200 |
commit | 245486666c6f3b9006ca799a49534b95be048a8d (patch) | |
tree | 9488624f6e42edc48d1324dcef8d664e0ff239e0 /core/utils.py | |
parent | 6ec90b4665d9988a3a5db409bbe74bf2ac778ad3 (diff) | |
download | troggle-245486666c6f3b9006ca799a49534b95be048a8d.tar.gz troggle-245486666c6f3b9006ca799a49534b95be048a8d.tar.bz2 troggle-245486666c6f3b9006ca799a49534b95be048a8d.zip |
comment & docm re timestamps
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py index eeb3c6a..39233d3 100644 --- a/core/utils.py +++ b/core/utils.py @@ -36,6 +36,9 @@ This needs to be in a multi-user database with transactions. However it may be useful when doing a data import with databaseReset.py as that has a single thread. +TIMEZONES +Read this now: https://nerderati.com/a-python-epoch-timestamp-timezone-trap/ + """ TROG = {"pagecache": {"expedition": {}}, "caves": {"gcavelookup": {}, "gcavecount": {}}} |