Kayn@dormi.zone to Programmer Humor@lemmy.ml · 2 years agoJavaScript's days are numbereddormi.zoneimagemessage-square23fedilinkarrow-up1384arrow-down16file-text
arrow-up1378arrow-down1imageJavaScript's days are numbereddormi.zoneKayn@dormi.zone to Programmer Humor@lemmy.ml · 2 years agomessage-square23fedilinkfile-text
minus-squarekvadd@lemmy.worldlinkfedilinkarrow-up23·2 years 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-squareStarDreamer@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up16·2 years 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.