@cm0002@lemmy.world to Programmer Humor@programming.dev • 6 months agoY-10Klemmy.mlimagemessage-square13arrow-up1279cross-posted to: programmerhumor@lemmy.ml
arrow-up1279imageY-10Klemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 6 months agomessage-square13cross-posted to: programmerhumor@lemmy.ml
minus-square@cmnybo@discuss.tchncs.delinkfedilinkEnglish29•6 months agoYou don’t need 64 bit programs or CPUs to fix the 2038 problem. You just need to use a 64 bit time_t. It will work fine on 32 bit CPUs or even 8 bit microcontrollers.
minus-square@MartianSands@sh.itjust.workslinkfedilink2•6 months agoTrue, that should have occurred to me. That’s what I get for not touching a compiler since the Christmas holidays started
You don’t need 64 bit programs or CPUs to fix the 2038 problem. You just need to use a 64 bit time_t. It will work fine on 32 bit CPUs or even 8 bit microcontrollers.
True, that should have occurred to me. That’s what I get for not touching a compiler since the Christmas holidays started