-
Notifications
You must be signed in to change notification settings - Fork 12
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
Firefox bad about time zones? #87
Comments
Some related issues:
|
I have carried out a revamp of time handling using the Temporal API. I've only applied the Temporal API to the date and times displayed. I will look at the "Show past items filter" soon, as I think it should also simplify this. |
I wasn't expecting the changes to help, and they didn't. I tested this in an easier way this time, just building from source and comparing Chrome's idea of my local time on the Octocon schedule to Firefox's. Firefox still seems to be using UTC for my local time. |
That is mysterious. It's possible that there's a Firefox bug I'm missing because my timezone until very recently was UTC (we've just moved to Irish Summer Time which is UTC +1). I'm going to be in Europe for a few days, so will do some testing. I might need to manually move my timezone to try out different timezones. |
I'm trying some stuff that I hope will fix this. At present, I'm displaying time in the default local timezone. I'm working on a change that will fetch the timezone name from the browser, and explicitly display in that timezone. In theory the only way this could fail is if the browser returns the wrong timezone name. I'll open a new issue for the other timezone changes I'm working on. |
I have created pull request #98, which should resolve this. |
@mcdemarco PR #98 now merged, and I hope these issues should now be resolved. I'm not sure if there's a bug around getting local timezone in FireFox on Mac, but I've tested that it gets the correct one in Windows and Linux. |
I was testing something else in Boskone's ConClar on Firefox and I noticed it was very confused about my timezone, even after I turned fingerprinting protection off for the website. It was fine for me because I could just turn off the spurious and wrong local time, but it would be a problem if I were actually in a different time zone from the con and got the wrong local times. Google seems to think this can happen from profile corruption, but my profile is not otherwise detectably corrupt.
The text was updated successfully, but these errors were encountered: