Comment on Designing a REST API: Unix Time vs. ISO-8601 (2013)parentComments−dmitriid4yWhen .Net just started, they would deserialzie datetime to... a string which looked something like `DateTime\(2007-12-10\)`.10-15 years later I'm still baffled by that early decision (and glad it's been fixed since then)
Comments
When .Net just started, they would deserialzie datetime to... a string which looked something like `DateTime\(2007-12-10\)`.
10-15 years later I'm still baffled by that early decision (and glad it's been fixed since then)