mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
use utc offset of -1
This commit is contained in:
parent
4c9e57b4b9
commit
9ed6e11b1a
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ day = :d""", d=yesterday)
|
||||||
d.suspended = u"Suspended"
|
d.suspended = u"Suspended"
|
||||||
self.deck.updateProgress()
|
self.deck.updateProgress()
|
||||||
d.updateAllPriorities()
|
d.updateAllPriorities()
|
||||||
d.utcOffset = 24
|
d.utcOffset = -1
|
||||||
d.flushMod()
|
d.flushMod()
|
||||||
d.save()
|
d.save()
|
||||||
self.deck.updateProgress()
|
self.deck.updateProgress()
|
||||||
|
|
Loading…
Reference in a new issue