You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(insights): align activity summary window to request timezone
The activity insight attached its range summary by resolving DateFrom
and DateTo as UTC midnights, but the dashboard derives those dates from
the report's local-time range. A non-UTC user got a summary covering a
different window than the dashboard being summarized.
Carry the caller's IANA timezone through the insight request and resolve
the summary's range in that zone, so the summary spans the same local-day
window as the activity report. The frontend forwards the dashboard
timezone; an empty value falls back to UTC.
0 commit comments