weird@sub.wetshaving.social to Programmer Humor@programming.devEnglish · 4 days agoUse protectionNSFWsub.wetshaving.socialimagemessage-square17linkfedilinkarrow-up1469arrow-down16
arrow-up1463arrow-down1imageUse protectionNSFWsub.wetshaving.socialweird@sub.wetshaving.social to Programmer Humor@programming.devEnglish · 4 days agomessage-square17linkfedilink
minus-squareOddMinus1@sh.itjust.workslinkfedilinkarrow-up3·3 days agoIn java LinkedList, the method .get(0) is equivalent to .getFirst().
minus-squareweird@sub.wetshaving.socialOPlinkfedilinkEnglisharrow-up7·4 days agoWhat’s the first one then?
minus-squareSystemDisc@feddit.orglinkfedilinkEnglisharrow-up5·4 days agoIf it’s seconds past the Epoch, the integer 1 would be January 1st, 1970 12:00:01 AM
minus-squareblackbeans@lemmy.ziplinkfedilinkarrow-up8·4 days agoAs the epoch is signed, the first date might refer to December 1901, at least for a 32-bit number.
That’s the zeroth date.
In java LinkedList, the method .get(0) is equivalent to .getFirst().
What’s the first one then?
If it’s seconds past the Epoch, the integer 1 would be January 1st, 1970 12:00:01 AM
As the epoch is signed, the first date might refer to December 1901, at least for a 32-bit number.
deleted by creator