> Base ten is lit and doing everything in twelve feels so uncivilized … It's actually the reverse: base twelve is more elegant than base ten[0]. The only reason we think otherwise is that we're used to using base ten. 0: ½ in base twelve is .6; ⅓ in base twelve is .4, not .333333…; ¼ is .3; 1/6 is .2, not .166667
UTC Is Enough for Everyone, Right?
31–40 of 321 posts
Re: UTC Is Enough for Everyone, Right?
#32Sadly I didn't have enough time to read the whole article... But I wish we could all just use one time. For some, midday would be 12, and for others it might be 19, but we already all use the same dates regardless of whether February is winter for one location or summer for another.
Re: UTC Is Enough for Everyone, Right?
#33Re: UTC Is Enough for Everyone, Right?
#34Sadly I didn't have enough time to read the whole article... But I wish we could all just use one time. For some, midday would be 12, and for others it might be 19, but we already all use the same dates regardless of whether February is winter for one location or summer for another.
I completely agree. It isn't like we don't deal with this already planning a flight to/from Vegas or having a call with someone on the other coast. Plus we can also get rid of the abomination that is daylight savings. I think there is a simple plan that isn't disruptive. Simply require that all times be listed in both formats. For example, 9:00 am EDT (13:00 UTC) for all printed times on all signs, etc. moving forwar…
Re: UTC Is Enough for Everyone, Right?
#35Sadly I didn't have enough time to read the whole article... But I wish we could all just use one time. For some, midday would be 12, and for others it might be 19, but we already all use the same dates regardless of whether February is winter for one location or summer for another.
Software is built for humans to use in the real world. While reshaping the entire world might make the code simpler, it's not a practical solution.
Re: UTC Is Enough for Everyone, Right?
#36> This stuff moves a lot, too: the tz database (also known as the Olson database), which is the listing of timezone rules we use as programmers to calm this chaos, gets updated many times a year. Without looking it up, I would say the last change happened when North Korea decided to sync its timezone with South Korea... or have they reverted that since Trump cancelled their summit?
Checking 2018e, that is in fact the last change to the database, though they also updated some past timestamps: > From 1994 through 2017 Namibia observed DST in winter, not summer. > In 1946/7 Czechoslovakia also observed negative DST in winter. 2018d had a change to palestine's DST date (a week earlier than usual), Casey Station moving from +11 to +08 and a few other historical changes/fixes.
Re: UTC Is Enough for Everyone, Right?
#37Sadly I didn't have enough time to read the whole article... But I wish we could all just use one time. For some, midday would be 12, and for others it might be 19, but we already all use the same dates regardless of whether February is winter for one location or summer for another.
Software is built for humans to use in the real world. While reshaping the entire world might make the code simpler, it's not a practical solution.
There's probably some research somewhere estimating the cost to business (or loss of revenue) from mistakes in doing timezone conversions. In the simplest case, if you have a business call with someone halfway around the world, and one of you has recently gone into or out of daylight savings time, then there's a good chance the call will not happen when it should. Or perhaps you were supposed to be watching a political debate online at a given time so you could provide instant advice and feedback to advisors present in the debate, but you missed it because you didn't realize they had left DST a week before your location does.
I could go on and on with examples of the human cost to keeping the current system.
Re: UTC Is Enough for Everyone, Right?
#38Love this article, but one thing it skipped on was more in-depth on Leap Seconds. You see, UTC, is kinda like another human-made-up timezone. Humans made up some rules, and UTC is a 37 second offset from TAI / International Atomic Time: https://en.wikipedia.org/wiki/International_Atomic_Time
Re: UTC Is Enough for Everyone, Right?
#39Sadly I didn't have enough time to read the whole article... But I wish we could all just use one time. For some, midday would be 12, and for others it might be 19, but we already all use the same dates regardless of whether February is winter for one location or summer for another.