carrylex@lemmy.world to Programmer Humor@programming.dev · 4 months agoImplementing RFC 3339 shouldn't really be that hard...lemmy.worldimagemessage-square71fedilinkarrow-up1682file-text
arrow-up1682imageImplementing RFC 3339 shouldn't really be that hard...lemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square71fedilinkfile-text
minus-squareapprehentice@lemmy.enchanted.sociallinkfedilinkarrow-up51·4 months agoWhen the API returns UTC, but the system insists on giving you local time… but there’s an extension method that accepts DateTimeOffset?
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up8·4 months 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 the system insists on giving you local time… but there’s an extension method that accepts DateTimeOffset?
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.