Set Timezone in API
Content
Hi,
Is there a way to get the data based on timezone? I am using below API to get all the records which are updated today
https://abc.custhelp.com/services/rest/connect/v1.3/queryResults/?query=select id from abc.WorkOrder where UpdatedTime >= '2021-01-20T00:00:00Z'
All records are stored in GMT in RN. I updated some records today (20-Jan) early morning 5 AM (Indian Standard Time), but the record updatedtime set as 19 Jan 11.30 PM. if I run the above API I could not get the record. My customer in New Zealand.
How to retrieve the data based on
0