What is the appropriate date format for query in activiti-rest calls? I keep getting the error below, and i have tried, different date formats. {"errorMessage":"The given value for query-parameter 'startedAfter' is not a valid date: 2013-04-03T23:45Z","statusCode":400}
This answer has been answered in the past already, don't know the answer from the top of my head. It's ISO 8601 compatible, and the unit test must have some examples too.