Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binary 24 hour clock isnt accurate #1126

Open
IFREDBON opened this issue Nov 3, 2024 · 1 comment · May be fixed by #1190
Open

binary 24 hour clock isnt accurate #1126

IFREDBON opened this issue Nov 3, 2024 · 1 comment · May be fixed by #1190

Comments

@IFREDBON
Copy link

IFREDBON commented Nov 3, 2024

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
Copy link
Owner

MM2-0 commented Nov 15, 2024

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

@NinjaFB NinjaFB linked a pull request Dec 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants