summaryrefslogtreecommitdiff
path: root/jimbrella/routine.py
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/routine.py')
-rw-r--r--jimbrella/routine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jimbrella/routine.py b/jimbrella/routine.py
index 4d87c4c..469c78d 100644
--- a/jimbrella/routine.py
+++ b/jimbrella/routine.py
@@ -50,6 +50,7 @@ def sync_database(takeaway: JForm, giveback: JForm, db: Database):
# NOTE: beyond this point `takeaway_unread` and `giveback_unread` are empty
# because chronological_merge popped all their elements
for sheet in unread:
+ sheet["date"] = sheet["date"].replace(tzinfo=None) # it's UTC+8 anyway
log_args = (
sheet["name"],
sheet["id"],