Properties of type Edm.DateTimeOffset and Edm.Time are serialized as URI
literals (i.e. with "datetimeoffset" and "time" prefix). According to section
"Common JSON Serialization Rules for All EDM Constructs" (2.2.6.3.1) of the
OData spec, they shall be serialized as shown by the following examples:
"DateTimeOffsetProperty" : "\/Date(1146654123000+0420)\/", "TimeProperty" :
"PT1H2M3S".
Original issue reported on code.google.com by philipp.sebastian.thun on 17 Apr 2012 at 10:58
Original issue reported on code.google.com by
philipp.sebastian.thun
on 17 Apr 2012 at 10:58