How to get workitem based on modified date and time using RTC Java API
I want to query RTC with modified date. My query is to check modified date is same as given date and time but the response that I am getting is based on given date and it is ignoring time. Response: Queried Date: 08/07/2015 15:44:09 Id: 2583 Modified date :2015-08-07 14:43:19.157 Id: 2582 Modified date :2015-08-07 14:43:19.419 Ideally, both the records should not be received in response as it is before given time. Below is my code: IQueryableAttributeFactory factory = QueryableAttributes.getFactory( IWorkItem.ITEM_TYPE ); IQueryableAttribute recAttr1 = factory.findAttribute(projectArea, IItem