Skip to content

fix: Fix countdown timer progress during suspend

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

There was an issue where countdown timers do 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

Merge request reports