App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am using app pixel to track all standard events, but I've encountered an issue with certain events having incorrect timestamp values. Some of these events contain future dates. For example when the current timestamp is '2023-12-13T15:25:48.333Z', the timestamp shows '2023-12-14T15:25:54.729Z'. In some cases timestamp value are appearing 7 days ahead of the current timestamp value.
Yes, I'm in the same situation. I fixed this changing timestamp to new Date().toISOString()