apparently "y2k22" is a legitimate type of bug cropping up all over the place because... people are storing dates in yyMMddHHmm format... as 32 bit integers.
yep, software was a mistake. lets start over and try again, folks.
@iitalics ah yes
i love to store my dates as uhhhhh
digits
not bcd, actual decimal digits
in a 32bit *signed* integer
Lovely
at least with unsigned it would have survived until the 2040's
@iitalics I would've loved to have heard the arguments in that meeting. I can't think of a single thing good about that format. Not one.
@iitalics Its called telephone NUMBER for a reason !!!1!1!!!111!1!!
@iitalics As 32-bit SIGNED integers!
@iitalics owww that's just painful
especially because plenty of programming languages have builtin dedicated date/time types
on the plus side most of the affected software is proprietary microsoft or xilinx shitware as far as i can tell