@carrylex@lemmy.world to Programmer Humor@programming.dev • 5 months agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldimagemessage-square83fedilinkarrow-up1707arrow-down111file-text
arrow-up1696arrow-down1imageImplementing RFC 3339 shouldn't really be that hard...lemmy.world@carrylex@lemmy.world to Programmer Humor@programming.dev • 5 months agomessage-square83fedilinkfile-text
minus-square@carrylex@lemmy.worldOPlinkfedilink4•5 months agoWell if it’s a 32bit timestamp you’re screwed after 19 January 2038 (at 03:14:07 UTC)
minus-square@PlexSheep@infosec.publinkfedilink8•5 months agoI don’t think modern systems use 32bit stamps anymore, the ones that do are built to fail
minus-squarevoxellinkfedilink1•5 months agoi don’t think json is guaranteed to parse 64 ints by spec tho, unless you store them as strings
minus-square@el_abuelo@lemmy.mllinkfedilink1•edit-25 months agoMaybe they’re planning on dying before then? In which case they’re fine.
Unix timestamp or death.
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
Maybe they’re planning on dying before then? In which case they’re fine.