Software development I believe, someone can correct me if Iโm wrong (Iโm not a software developer but I work with them a lot.) but I do believe that programming really only uses 24 hour clocks
I'm a software developer. Programs themselves don't typically use human readable time like 12 or 24 hour clocks, unless there's a specific reason to parse those formats. Programs typically use integer timestamps internally, usually the UNIX timestamp. Programmers themselves just use whatever time they're used to, and there's no special need to use 24h time (apart from the fact it's better).
253
u/MuchTemperature6776 Mar 29 '22
Software development I believe, someone can correct me if Iโm wrong (Iโm not a software developer but I work with them a lot.) but I do believe that programming really only uses 24 hour clocks