-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hey!
I would appreciate support for timezones for the viewer and the API. Currently, daily active users are grouped for UTC dates. For our product, we need daily active users for UTC+02:00. For our requests for a specific date, we're grouping unique active users between (dd-1)-mm-yyyyT22:00:00 and dd-mm-yyyyT22:00:00. But we also have some use cases where we want to get data for a timespan (a week / a month / ...). It would be awesome telling the api at which timezone we and the api groups the data automatically correct. Currently we need to request each day separate, which results in unnecessary high traffic and long loading times. The difference between daily active users in UTC and UTC+2 is noticeable and has an impact on our decisions. I think someone in timezone with +/-7 has even more impact, because a users in the morning/night are grouped to the wrong "timezone day".
Best regards
Jan