We are using the Shopify App Pixel in our app to track all standard events for shopify store. However, we’re encountering an issue where some event payloads have incorrect timestamp values. When the actual current timestamp is something like 2025-05-27T03:17:28Z, some events are recorded with a timestamp such as 2025-05-27T00:00:00.093Z. This issue occurs on random events. For example, if there are 10 product view events triggered, about 3–4 of them might show this incorrect timestamp value.
To prevent this on our end, we implemented logic in our pixel handler to replace the event timestamp with the current time when a large discrepancy is detected.However, we noticed that even “current time” is also wrong and exactly matches the incorrect timestamp (2025-05-27T00:00:00.093Z).