diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 8c2eaf063..f50135be0 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1474,7 +1474,7 @@ day = :d""", d=yesterday) d.suspended = u"Suspended" self.deck.updateProgress() d.updateAllPriorities() - d.utcOffset = 24 + d.utcOffset = -1 d.flushMod() d.save() self.deck.updateProgress()