SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Issue #155: decompile DateTime with higher precision #158

Closed stephen-swensen closed 3 years ago

stephen-swensen commented 3 years ago

See #155

Use this UTC / ISO format: x.ToUniversalTime().ToString("o", System.Globalization.CultureInfo.InvariantCulture)

TODO: Maybe implement for DateTimeOffset if needed