carrylex@lemmy.world to Programmer Humor@programming.dev · 4 months agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldimagemessage-square67fedilinkarrow-up1680arrow-down111file-text
arrow-up1669arrow-down1imageImplementing RFC 3339 shouldn't really be that hard...lemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square67fedilinkfile-text
minus-squarecarrylex@lemmy.worldOPlinkfedilinkarrow-up4arrow-down1·4 months agoWell if it’s a 32bit timestamp you’re screwed after 19 January 2038 (at 03:14:07 UTC)
minus-squarePlexSheep@infosec.publinkfedilinkarrow-up8·4 months agoI don’t think modern systems use 32bit stamps anymore, the ones that do are built to fail
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up1·4 months agoi don’t think json is guaranteed to parse 64 ints by spec tho, unless you store them as strings
Well if it’s a 32bit timestamp you’re screwed after 19 January 2038 (at 03:14:07 UTC)
I don’t think modern systems use 32bit stamps anymore, the ones that do are built to fail
i don’t think json is guaranteed to parse 64 ints by spec tho, unless you store them as strings