chandransalem / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

DateTime properties are processed differently in Json and ATOM format #156

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When serializing and parsing DateTime properties in Json format, the local time 
zone is taken into account instead of UTC. DateTime properties in ATOM format 
are processed correctly.

Original issue reported on code.google.com by philipp.sebastian.thun on 2 Apr 2012 at 10:56

GoogleCodeExporter commented 8 years ago
Fixed with revision f129c9f53ecb (serialization) and revision 5ec7584cb8c1 
(parsing).

Original comment by philipp.sebastian.thun on 2 Apr 2012 at 10:57