Best Practices for Local Time Tracking in Mixpanel Events
Hi everyone 👋, I'm working on a multi-location project where each location operates in a different time zone. To accurately analyze time-of-day traffic (e.g. peak hours per location), I need to break down events based on each restaurant’s local time, instead of relying on the project time zone or UTC. What’s the recommended way to implement local time tracking per event in Mixpanel? Should we manually attach custom properties like "local time", etc., to each event? Or is there a more native or automated solution for handling per-location time zones in breakdowns and reporting?