QuestionDashboardDashboard. data & admin interface resolved
aggregating by the users timezone in Postgres
my daily rollups are off because everything is stored UTC. how do you group by the users local day correctly in SQL?
2 answers
my daily rollups are off because everything is stored UTC. how do you group by the users local day correctly in SQL?
you are closer than you think. it is the ordering — do the setup step before the call.
this bit me too. short version: it is a timing thing. move it into the load step.