View previous topic :: View next topic |
Author |
Message |
freifunk_connewitz Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 08 Feb 2006 Posts: 240
|
Posted: Wed Oct 26, 2022 9:41 am Post subject: [SOLVED] browsers reporting wrong timezone? |
|
|
hi,
I have started to check my browser fingerprints with panopticlick.eff.org and there is one weird information provided by all my browsers:
They report as TIME ZONE: "Arctic/Longyearbyen". This is numerically correct, since my real location shares its time zone with Longyearbyen. But why the hell are the browsers reporting this strange value and not what I have in /etc/timezone?
I'm asking this here because I think that it is not browser related (in happens no matter if I'm on Opera, Firefox, Chromium, Vivaldi or Falkon).
Any ideas?
Last edited by freifunk_connewitz on Wed Oct 26, 2022 4:13 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mike155 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed Oct 26, 2022 2:12 pm Post subject: |
|
|
Who reports the wrong time zone? Is it your browser? Or the Javascript code running on your browser? Or is it the web server you are connected to?
In Javascript, it's not possible to get the name of the user's time zone. But there is a function Date.getTimezoneOffset() which returns the user's time offset to GMT. A Javascript program can use that time offset to guess the name of the time zone. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
freifunk_connewitz Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 08 Feb 2006 Posts: 240
|
Posted: Wed Oct 26, 2022 4:12 pm Post subject: |
|
|
Thank you for the clarification! Learned something again. Now I tested other fingerprint checking websites and it turns out that this Arctic phenomenon seems to go back to eff.org's panopticlick itself. Other servers reported other time zone names. So I can relax that at least this is nothing that makes me unique while browsing the web
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|