I am also facing weird kind of issue. what happened in my scenario is that is as below (API V is 2.3).
- As per docs intercom save timestamp data in UTC format
- when I pass the UTC timestamp to search API sometimes is does not return any result , but at the same time I pass the timestamp of my local region I got requested data . sometimes it happen vise-versa
- in GET All CONTACT API - when requested sometimes data come in ASC order despite mention order=DESC key in query-params
I am not sure what is happening at server but I am sure about date is correctly formatted from ISO string to UTC timestamp.
Please kindly provide help.