carrylex@lemmy.world to Programmer Humor@programming.dev · 5 months agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldimagemessage-square83fedilinkarrow-up1702arrow-down110file-text
arrow-up1692arrow-down1imageImplementing RFC 3339 shouldn't really be that hard...lemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square83fedilinkfile-text
minus-squareNatanael@slrpnk.netlinkfedilinkarrow-up17arrow-down1·5 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