GNOME Bugzilla – Bug 774479
If the original time in the timer is at least 1:00:00, reset sets the time wrong
Last modified: 2016-12-09 20:38:18 UTC
I set the timer to 3:00:00, and after the timer expired, the time was reset to 3:59:00. I did some experiments, and whenever the original time is HH:MM:SS, where HH is at least 01, resetting the timer results in the time being set to HH:59:SS. That is, minutes always become 59, hours and seconds are preserved correctly. When HH is 00, this problem doesn't occur.
Forgot to give the gnome-clocks version. It's 3.22.1-1 (Debian testing).
Created attachment 341527 [details] [review] This patch fixes the timer's minutes being reset incorrectly. This is my first time creating and submitting a patch so please let me know if I've done anything incorrectly!
Review of attachment 341527 [details] [review]: Patch looks good! (I am currently traveling so I am not able to push it now)
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.