We're being short-sighted
-
I get your point, but in the same way that people "shouldn't" have been using two digits for year storage, there are certainly many parsers of ISO 8601 that don't match the spec. In 8,000 years I don't think this will be a problem though lol. I don't think we can really perceive what technology might be like that far in the future. But, hypothetically, is year 10,000 was in a few days and this was year 9,999 I would suspect we'd see at least some problems come January.
As an example, YAML 1.2 changed Boolean representation to only be case insensitive in 2009, but in [2022 people still complain about the 1.1 version]. (Caveat: I don't know if this person actually ran into a "real" problem or only a hypothetical one.)
-
I remember reading a primary source about someone's experience fixing Y2K stuff. I wish I could find it or remember more. The funniest part was that they actually got everything to work, but on January 1st when they tried to get into work their badge didn't work! The system on their badge reader was broken due to Y2K lol.
-
[email protected]replied to [email protected] last edited by
Time I can deal with, timezones however, fuck that shit all to hell.
-
[email protected]replied to The Picard Maneuver last edited by
2147483,647 + 1 will also be a rough year for humanity (or whatever is left)
-
[email protected]replied to [email protected] last edited by
dealing with time
Network engineer here, it's just as bad here. Currently trying to figure out what to do with 'gaining' a leap second.
-
[email protected]replied to [email protected] last edited by
Y2K wasn't entirely fear mongering horse shit. There were quite a few important cogs in our digital infrastructure that were using code that would not work past 1999. It was necessary to terrify corporate ownership into paying to fix the code, otherwise there would have never done it.
-
I mean, that's exactly what programmers in the '70s thought. That there would be no way in hell that their crap code would still be in use going onto 2000.
Thing is, copy/paste is always going to be easier than writing new code and that's only going to get worse as chat bots start coding for us.
-
[email protected]replied to The Picard Maneuver last edited by
You don't have to wait that long. Programmers are already patching software for the Y2K38.
-
[email protected]replied to [email protected] last edited by
Lmao I actively work with shortdates in a database because I have no control over how things are stored. They need to solve before 100 years have passed from the epoch, but at some point before then it'll be fun to figure out if "58" in a date of birth is 1958 or 2058.
-
"Fanatical" would be a word to use there maybe.
-
[email protected]replied to [email protected] last edited by
I first heard about the Y2K bug in about 1993 from a programmer who was working on updating systems. These were all older systems, often written in COBOL, which did not use epoch time, and in fact didn't reference system time at all. They'd be doing math on data entered by users, and since they were written back when every byte of memory was precious (and nobody expected that the program would still be in use after 30 years), they'd be doing math on two-digit years. It would certainly be a problem to calculate people's ages, loan terms, payments due, et cetera, and get negative numbers.
Heck, I remember reading a story about a government system once that marked the residents of Hartford, CT as dead, because somehow the last letter of the city name data overflowed into the next column, and marked them as 'd'eceased. Y2K was definitely a real problem.
-
[email protected]replied to [email protected] last edited by
This is why [email protected] is a thing.
-
[email protected]replied to [email protected] last edited by
Jibes, not jives.
If you're jiving, you're dancing.
-
30 years is very different than 8000 lol.
-
Insert that Numberphile video with Tom Scott being reasonably angry at time zones.
-
[email protected]replied to [email protected] last edited by
Fun fact, lots of VW modules think it's August of 2094 for some reason.
-
Gotta remember to use the proper time. Sometimes that's not proper time!
-
Possibly linuxreplied to [email protected] last edited by
Do you not have NTP?
-
[email protected]replied to [email protected] last edited by
Thanks for the correction, I didn't know that!
-
[email protected]replied to [email protected] last edited by
Not a storage problem but still a possible problem in UIs and niche date manipulations that assume years have 4 digits or 4 characters.