Skip to content

timer: Fix countdown timer progress during suspend

Ashkan Arabi requested to merge AshkanArabim/gnome-clocks:use-unix-time into master

There was an issue where countdown timers would not progress during suspend and would be inaccurate on wake. This is fixed by having timers set a "target" in UNIX time, such that remaining time is calculated like so: target - curr_unix_time.

Fixes #283

Edited by Ashkan Arabi

Merge request reports