@cm0002 to Programmer [email protected] • 5 days agoY-10Klemmy.mlimagemessage-square24arrow-up1385arrow-down16cross-posted to: [email protected]
arrow-up1379arrow-down1imageY-10Klemmy.ml@cm0002 to Programmer [email protected] • 5 days agomessage-square24cross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish36•5 days 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@[email protected]linkfedilink3•5 days 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