Saving a toISODate gets deserialized as a non-iso string
问题 I follow the usual recommendations of serializing javascript Date objects to be sent to the server by using the toISODate js function. In fact Breeze.js is doing this for me which is great. Everything works as expected when the property on my Entity is a DateTime - the date gets saved to the database as a UTC (0 offset date) datetime. I hit a problem when the property on the Entity is of type string . A date that is sent over the wire as ' 2013-06-08T23:00:00Z ' is being deserialized into the