From 245486666c6f3b9006ca799a49534b95be048a8d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 24 Jul 2024 11:43:27 +0200 Subject: [PATCH] comment & docm re timestamps --- core/utils.py | 3 +++ 1 file changed, 3 insertions(+) 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": {}}}