carrylex@lemmy.world to Programmer Humor@programming.dev · 7 months agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldexternal-linkmessage-square65fedilinkarrow-up1551arrow-down17file-text
arrow-up1544arrow-down1external-linkImplementing RFC 3339 shouldn't really be that hard...lemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square65fedilinkfile-text
minus-squareNatanael@slrpnk.netlinkfedilinkarrow-up13arrow-down1·7 months agoStore absolute time in something like Epoch (seconds since 1970-01-01) plus local time zone
Store absolute time in something like Epoch (seconds since 1970-01-01) plus local time zone