Good day!
Is it made on purpose that date has format without timezone: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'?
The problem is that when converting to Date object (using Gson library in Java) the time become incorrect. E.g. when converting "2013-08-29T14:44:00.000Z" the result Date object has time "Thu Aug 29 14:44:00 GMT+04:00 2013" which is incorrect.
Is it made on purpose that date has format without timezone: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'?
The problem is that when converting to Date object (using Gson library in Java) the time become incorrect. E.g. when converting "2013-08-29T14:44:00.000Z" the result Date object has time "Thu Aug 29 14:44:00 GMT+04:00 2013" which is incorrect.


Comment