i'm making a olsc 1.0 rest call to get a record last modified time in clearquest. but the response time i'm getting from is not relavent to the ClearQuest server machine time ?
![](http://jazz.net/_images/myphoto/ad626280891ba9a33ea604750b40c2dc.jpg)
rest call -http://localhost/cqweb/oslc/repo/8.0.0/db/SAMPL/record/16778973-33556200/field/history
by making above call got response as
<dc:title>33560276 2016-10-12 06:52:14 engineer Open no_value Opened</dc:title>
<new_state>Opened</new_state>
<action_name>Open</action_name>
<old_state>no_value</old_state>
<action_timestamp>2016-10-12T01:22:14Z</action_timestamp>
<user_name>engineer</user_name>
</history>
The time in <action_timestamp> is showing not relevant to the ClearQuest server machine time. not able to identify the default time zone. the actual time is 12 October 2016 13:28:24 India Standard Time ( not 2016-10-12T02:28:24Z )
can anyone help me to get the issue ?