MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.51k stars 86 forks source link

binary 24 hour clock isnt accurate #1126

Open IFREDBON opened 2 weeks ago

IFREDBON commented 2 weeks ago

Im not sure if this is me or not but the 24 hour clock isnt accurate So there 4 bits for hours and 6 for both seconds and minutes 4 bits would equal 15 hours not 24 which would work with a 12 hour clock system not a 24 hour one as a 24 hour one would need 5 bits Screenshot_20241104_002046_Kvaesitso Sorry if its extremely random but it kinda bothered me Also this is running with the fact that this is segmented and not full binary like (hours)(m)(s) And not (time) its on wiki if i didnt explain it thoroughly

MM2-0 commented 6 days ago

There is no 24 hour binary clock. It's always 12 hours.