tspivey / tdsr

A console screen reader for macOS and Linux
GNU General Public License v3.0
79 stars 19 forks source link

Use monotonic time #37

Closed naglis closed 10 months ago

naglis commented 10 months ago

time.time() can return a lower value than a previous call if the system clock has been set back between the two calls.