carrylex@lemmy.world to Programmer Humor@programming.dev · 1 year agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldexternal-linkmessage-square83linkfedilinkarrow-up1708arrow-down111file-text
arrow-up1697arrow-down1external-linkImplementing RFC 3339 shouldn't really be that hard...lemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square83linkfedilinkfile-text
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up8·1 year agoWhen the API returns UTC, but mandates that you give it an offset which it will add or subtract from the UTC time, while still adding the Z at the end.
When the API returns UTC, but mandates that you give it an offset which it will add or subtract from the UTC time, while still adding the
Z
at the end.