Json Deserialize DateTimeOffset DateTime.MinValue problem
I encountered an interesting problem when I wanted to deserialize a date into DateTimeOffset. If the date was “0001-01-01 00:00:00” (DateTime format, i.e. no offset in the string), the deserialization crashed: I recreated the problem in a small solution with …
Json Deserialize DateTimeOffset DateTime.MinValue problem Read more »