I'm able to follow the Target API documentation and use Postman to fire API request to get Target activity details. However, when I retrieved activity details in Postman, the modifiedtime seems weird.
For example: I activated a test on 12/26 6PM CT, but the information I retrieved in postman was 12/27 0:00AM, which is 4 hours late.
"startsAt": "2018-12-27T00:00:00Z",
Can anyone shed some light on this one? How do I check the timezone settings in postman, or is this a common issue?