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

Time zones #6

Open
Botffy opened this issue Dec 13, 2019 · 0 comments
Open

Time zones #6

Botffy opened this issue Dec 13, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Botffy
Copy link
Owner

Botffy commented Dec 13, 2019

The extension currently assumes all times on the Timeline page are in the same time zone as the computer running the browser. If you've ever traveled outside your current time zone, that's not the case.

This is tricky, since there's no time zone or geo information in the DOM, so we can't actually determine the time zone of an activity.

A possible solution might be to fetch the original JSON about the location information, and consult that while parsing the DOM.

@Botffy Botffy added the bug Something isn't working label Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant