carrylex@lemmy.world to Programmer Humor@programming.dev · 2 years agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldimagemessage-square46linkfedilinkarrow-up1547arrow-down110file-text
arrow-up1537arrow-down1imageImplementing RFC 3339 shouldn't really be that hard...lemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · 2 years agomessage-square46linkfedilinkfile-text
minus-squareGTG3000@programming.devlinkfedilinkarrow-up16arrow-down1·2 years agoAnything an API returns should just look like 1720533944.963659 . There’s no reason to store dates as anything other than UTC. User-side, sure, timezones are useful. Server doesn’t have to know.
Anything an API returns should just look like
1720533944.963659.There’s no reason to store dates as anything other than UTC. User-side, sure, timezones are useful. Server doesn’t have to know.
deleted by creator