cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoY-10Klemmy.mlimagemessage-square13fedilinkarrow-up1280arrow-down12cross-posted to: programmerhumor@lemmy.ml
arrow-up1278arrow-down1imageY-10Klemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square13fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarecmnybo@discuss.tchncs.delinkfedilinkEnglisharrow-up29·1 month 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.
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.