The majority of my events are being displayed in my local timezone (PST), but sometimes I see events in UTC. The data comes from Segment, which for example sent two events with the following timestamps:
Event 1:
"2019-02-14T17:47:12.901Z"
Event 2:
"2019-02-14T17:47:24.284Z"
When I view these events in a Mixpanel User Profile, they're displayed with the following times:
Event 1 (displays in UTC):
5:47 PM
Event 2 (displays in PST):
9:47 AM
Is there any way to make the dates display in a consistent manner?
Thank you.