It was mentioned(Ref: link) that UTC time format will be used, but currently /cm/patients/requests?status=REQUESTED
API is returning the elements with createdAt in IST. Even though we are sending the UTC timestamp while creating the consent request, still it’s showing up in IST in above API’s response. @IntegrationSupport
We have given the below response in devforum, “You have to use UTC only in this below format. Please confirm the same. We are , however, raising this with our technical team for validation.
const moment = require(‘moment’); pm.globals.set(“timestamp”, moment.utc().format(“YYYY-MM-DDTHH:mm:ss.SSSSSS”));