Hi,
My system records timestamp in EST. When sending sales events such as Ordered Product, Placed Order, Refunded Order, I want Klaviyo to convert the EST timestamp to whichever timezone my client’s Klaviyo account is in (ex. UTC, PST, MST, etc).
To achieve that, can I just convert the timestamp in EST from my system to UTC and then send it to Klaviyo? Or do I have to send with EST timestamp + UTC timezone offset to Klaviyo?
For example, if a sale happened on 2025-10-21 at 10pm EST,
Should I send A or B?
A: “time”: 2025-10-22T02:00:00 -→ already converted to UTC timezone
B: “time”: 2025-09-21T22:00:00-0400 -→ pass timestamp in EST along with UTC timezone offset (4 hrs)
In the end, A and B are both the same - timestamp in UTC timezone. But I’m not sure if Klaviyo interprets these differently. My goal is for Klaviyo to take the timestamp in “time” field and convert this to any timezone setting of my client’s Klaviyo account.

