Is it possible to see the timezone of the events you see in AEP? I have inserted an event with timestamp "2023-06-21T06:19:47.000Z" using the streaming API and when i see that event in the platform UI. I see time as 8:19 instead of 6:19.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @arpang16406580 ,
You could use place context data type which describes the location information of the event. more details here:-
For instance, you can add this datatype into your request load when you invoke the API
"placeContext": { "localTime": "2023-03-22T21:01:21.193-06:00", "localTimezoneOffset": 360 },
Hope that helps!
Regards,
Nitesh
Views
Replies
Total Likes
Hi @arpang16406580 ,
You could use place context data type which describes the location information of the event. more details here:-
For instance, you can add this datatype into your request load when you invoke the API
"placeContext": { "localTime": "2023-03-22T21:01:21.193-06:00", "localTimezoneOffset": 360 },
Hope that helps!
Regards,
Nitesh
Views
Replies
Total Likes