Why are the 60 minutes in an hour but 24 hours in a day? What functional difference is there between tne 12 and 24 hour clock? Are you showing up to your friend’s dinner party at 6am because you weren’t sure what time they wanted to start dinner? Are you unsure if your picnic is supposed to be right after midday or the middle of the night? Maybe your friend wanted to meet up for coffee and a bagel when you normally go to bed instead of right before you head off for lunch
Comment on Clock logic
groet@infosec.pub 8 hours agoless convenience and consistency
What? … seriously, which convenience and consistency are you talking about.
24h only has one “inconsistency”, going from 23:59 to 0:00. How is that less consistent than 12am being after 11:59pm and 12pm being after 11:59am. Solves all parts of the issue except for one. Which is a lot better than the 12h system.
BakerBagel@midwest.social 8 hours ago
groet@infosec.pub 4 hours ago
I asked why the am/pm system is apparently more convenient and consistent than the 24h system. I didn’t ask about 24h in a day and 60min in an hour.
What functional difference is there between tne 12 and 24 hour clock?
You need 2 numbers and 2 letters to accurately specify time in the 12h clock instead of just 2 numbers. Seems convenient to me.
BakerBagel@midwest.social 3 hours ago
You don’t need the am or pm 90% of the time because obviously a lunch date is happening sometime around noon, not midnight. A lunar eclipse or meteor shower isn’t visible while the sun is up, or a midnight snack isn’t happening in the middle of the day. Obviously if you are talking trains and flights, you need AM and PM. But people who are used to 12 hour time don’t want to figure out when 16:00 is, so they don’t.
AlexanderTheDead@lemmy.world 1 hour ago
If you know basic addition and you know how a 12 hour clock functions, then you know how a 24 hour clock functions. If you can’t figure it out, that doesn’t make it inconvenient, it just makes you incredibly stupid.
8uurg@lemmy.world 2 hours ago
This has messed with me for the longest time. 24h just wraps around at 24, simple modulo 24 arithmetic.
12h? The hour and am / pm wrap around independently, and hence I am always confused whether 12pm is supposed to be midnight or noon. Zero based would have made more sense (with x pm being x hours after noon…)