Closed benvinegar closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.06%. Comparing base (
26b539d
) to head (72a46cd
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #60
Originally this tried to do some clever tz math inside Analytics Engine, but it doesn't work. Instead just explicitly calculate the utc start time, treat everything as utc, then convert back to local during UI rendering.
Also removes
formatDateString
because I think it was also doing some implicit timezone conversion in there somewhere. I founddayjs
to be more predictable.