top | item 31011555

(no title)

ericpp | 3 years ago

It's indecipherable to most people in the U.S. who refer to it as "military time".

discuss

order

waste_monk|3 years ago

... I understand the U.S. has a pretty woeful education system in some parts, but has it reached the point where converting 12 and 24h time is considered an advanced task that is beyond the reach of most people? I'm morbidly curious.

ericpp|3 years ago

The vast majority of clocks in the US use 12 hour time. 24 hour time just isn't used here outside of limited applications (military, computing, etc).

People generally aren't used to seeing time expressed in a 24 hour format. Most would choose a clock that shows the familiar 12 hour format over a 24 hour one that requires them to subtract 12 to get the time.

I think it would be similar to selling a Fahrenheit thermometer in Europe. Most people could learn to do the conversion, but they would probably just buy a Celsius thermometer instead.

KSPAtlas|3 years ago

if time.ampm == PM: return time.hour + 12 else: return time.hour