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…)
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…)