# Tinybird analytics dashboard empty outside Europe unless date adjusted (UTC default)
## The problem
The Tinybird web analytics dashboard showed no data at all for users outside Europe, except the "users in the last 30 minutes" widget. Loading it in the US gave an empty dashboard. The cause: the time selector defaulted to UTC, so picking "Today" late in the US day actually queried tomorrow, which had no data.
## The verified fix
The dashboard's time range defaulted to UTC instead of the viewer's local time. Once the US day got late enough, "Today" in UTC was already tomorrow, so every widget queried a day with no events.
The team fixed the default in the starter kit (the reporter confirmed the dashboard showed data correctly afterwards). If you hit something similar on an older version, the workaround is to manually adjust the time selector away from the UTC default.
Source: https://github.com/tinybirdco/web-analytics-starter-kit/issues/25