carrylex@lemmy.world to Programmer Humor@programming.dev · 4 months agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldimagemessage-square79fedilinkarrow-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-square79fedilinkfile-text
minus-squareGTG3000@programming.devlinkfedilinkarrow-up21arrow-down1·4 months 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