cm0002@lemmings.world to Programmer Humor@programming.dev · 4 days agoDays since last timezone issuelemmy.mlimagemessage-square20fedilinkarrow-up1857arrow-down19cross-posted to: programmerhumor@lemmy.ml
arrow-up1848arrow-down1imageDays since last timezone issuelemmy.mlcm0002@lemmings.world to Programmer Humor@programming.dev · 4 days agomessage-square20fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up1·3 days agoWould be better as 4,294,967,295 instead of -1.
minus-squarefahfahfahfah@lemmy.billiam.netlinkfedilinkEnglisharrow-up2·edit-23 days agoThe original post would be the result of subtracting the same date in two different time zones that are currently in different days. Whereas what you’re saying is basically just an under flow error.
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up3·3 days agoWhat I’m saying is just a level deeper for comp sci people. It’s the same thing, but expressed on a 32-bit unsigned integer. Same result. Deeper joke.
Would be better as 4,294,967,295 instead of -1.
The original post would be the result of subtracting the same date in two different time zones that are currently in different days. Whereas what you’re saying is basically just an under flow error.
What I’m saying is just a level deeper for comp sci people. It’s the same thing, but expressed on a 32-bit unsigned integer.
Same result. Deeper joke.