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
Fixed handling for 'Today' lookback with Analytics kpis (#24555)
ref https://linear.app/ghost/issue/PROD-2243/
- formatDisplayDate was assuming UTC returned data when parsing
timestamps, which was incorrectly adjusting the data returns from the
API
Ideally we would handle UTC data across the board, but we need a serious
rethink of how we handle startDate and endDate. This appears to handle
the case of 'Today' in Analytics > Overview, Analytics > Web, and Post
Analytics > Overview/Web.
0 commit comments