KaynA to Programmer Humor@lemmy.ml • 1 year agoJavaScript's days are numberedimagemessage-square19arrow-up1413file-textcross-posted to: programmer_humor@programming.dev
arrow-up1413imageJavaScript's days are numberedKaynA to Programmer Humor@lemmy.ml • 1 year agomessage-square19file-textcross-posted to: programmer_humor@programming.dev
minus-square@kvadd@lemmy.worldlinkfedilink25•1 year agoNot to be that guy, but it is the 2038 problem for 32 bit epoch. Check this out: https://en.m.wikipedia.org/wiki/Year_2038_problem But yeah, that’s a much bigger issue.
minus-squareStarDreamerlinkfedilinkEnglish19•1 year agoNo, the 2037 problem is fixing the Y2k38 problem in 2037. Before that there’s no problem :)
Not to be that guy, but it is the 2038 problem for 32 bit epoch. Check this out: https://en.m.wikipedia.org/wiki/Year_2038_problem
But yeah, that’s a much bigger issue.
No, the 2037 problem is fixing the Y2k38 problem in 2037.
Before that there’s no problem :)
right, my bad.