Closed patricklodder closed 10 years ago
Fixes the test case from issue #42.
When comparing UTC dates, date.iso8601 types should specify UTC offset in the response, otherwise date will be (correctly) interpreted as local dates by the deserializer.
LGTM, thanks.
Fixes the test case from issue #42.
When comparing UTC dates, date.iso8601 types should specify UTC offset in the response, otherwise date will be (correctly) interpreted as local dates by the deserializer.