mycroftw / bridge_clock

Python replacement for the old windows XP clock I've been using
GNU General Public License v3.0
0 stars 0 forks source link

Fix: clock losing time. #19

Closed mycroftw closed 1 year ago

mycroftw commented 1 year ago

I was concerned that timer precision was such that going down 1 second every second click would lose significant time. Turns out it's about 1 second every two minutes. Unacceptable - for a clock.

Fixes #18

mycroftw commented 1 year ago

Need to test more, but initial checks show it working.