Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: resolving bug where timeseries x-axis is ahead by one hour #92

Merged
merged 1 commit into from
May 3, 2023

Conversation

arvinpoddar
Copy link
Collaborator

Aniket discovered that times between daylight savings in prod are currently one hour ahead of the actual UTC time (when visualized on the chart). After investigation, the issue is likely due to converting a UTC time to ET, then back to UTC.

Screenshot 2023-04-22 at 7 23 01 PM

This fix uses the raw UTC timestamp from the API instead of performing any intermediate conversions. This fix was validated against GTR data and members of OONI (for international correctness).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants