I am exporting events via API as I want to update them and then re-write them into Mixpanel with additional properties.
I am running into a problem where the timestamp I get from the API is different to what I see in the UI. This means that I can't overwrite the existing event. Instead, when I attempt to do this with the timestamp I got from the export, it creates a duplicate event. I set my project to UTC already to avoid any time zone mismatches, but to no avail. Has anyone had this?