I'm trying to list tasks and time entries from REST api and I get the correct data, except for the datetime values. If i request /users/user-id/tasks and indicate Accept: application/xml, the response contains datetime values correctly.
But if I make the same request with "Accept: application/json", the json string returned contains all datetime values with "{ }" instead of the actual value that its present on the XML version.
Any ideas on why this happens ?
TIA
Victor Espina