Tweet

Replying to @josecastillo

but like, all that code was just copying bits of data from one struct to another. It’s also wasted work if the app doesn’t care about the year, which I sense most apps won’t need; hours, minutes and seconds are the 90% use case for a watch. So I did this: https://github.com/joeycastillo/Sensor-Watch/commit/152ba8aec6c4ab19a56822ddd7d77e999cb715ae

(original)