682
Implementing RFC 3339 shouldn't really be that hard...
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
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.