There's a ton of articles on this but I can't find exactly what I am looking for. I want to match what Java does so I think I need:
DateTime Kind=unknown => 2020-07-08T02:03:04
DateTime Kind=UTC => 2020-07-08T02:03:04Z
DateTime Kind=local => 2020-07-08T02:03:04-08:00
DateTimeOffset UTC => 2020-07-08T02:03:04Z
DateTimeOffset Denver => 2020-07-08T02:03:04-08:00