* guix browsers timezones are set to GMT
@ 2020-02-03 16:57 divan
2020-02-03 23:12 ` Ben Sturmfels
2020-02-12 14:17 ` Ludovic Courtès
0 siblings, 2 replies; 5+ messages in thread
From: divan @ 2020-02-03 16:57 UTC (permalink / raw)
To: Help guix
Hi Guix
I see timezones in browsers on my guix system are set to GMT.
An example would be qutebrowser and guessing ungoogled-chromium which
use qtwebengine.
Example website is browsing to
https://play.grafana.org/d/000000012/grafana-play-home?orgId=1
in qutebrowser one can run ":jseval alert(new Date().toString())" From
https://play.grafana.org/ and it reports GMT+0000 .
Browsing to the above with epiphany results in the correct local
timezone being set.
I understand for fingerprinting and privacy it's nice to have a
website not detect your correct timezone, though I'd prefer to have my
timezone detected correctly in these browsers.
Does guix do something special in the packaging of
qutebrowser/ungoogled-chromium/qtwebengine that causes this?
It seems to not occur on my colleagues systems with the same browsers.
I see my timezone on my system like so:
(operating-system
(host-name "example")
(timezone "Africa/Johannesburg")
(locale "en_US.utf8")
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guix browsers timezones are set to GMT
2020-02-03 16:57 guix browsers timezones are set to GMT divan
@ 2020-02-03 23:12 ` Ben Sturmfels
2020-02-05 21:42 ` Marius Bakke
2020-02-11 6:27 ` Divan Santana
2020-02-12 14:17 ` Ludovic Courtès
1 sibling, 2 replies; 5+ messages in thread
From: Ben Sturmfels @ 2020-02-03 23:12 UTC (permalink / raw)
To: divan, Help guix
Hi Divan,
On 4/2/20 3:57 am, divan@santanas.co.za wrote:
> I see timezones in browsers on my guix system are set to GMT.
>
> An example would be qutebrowser and guessing ungoogled-chromium which
> use qtwebengine.
>
> Example website is browsing to
> https://play.grafana.org/d/000000012/grafana-play-home?orgId=1
>
> in qutebrowser one can run ":jseval alert(new Date().toString())" From
> https://play.grafana.org/ and it reports GMT+0000 .
>
> Browsing to the above with epiphany results in the correct local
> timezone being set.
>
> I understand for fingerprinting and privacy it's nice to have a
> website not detect your correct timezone, though I'd prefer to have my
> timezone detected correctly in these browsers.
>
> Does guix do something special in the packaging of
> qutebrowser/ungoogled-chromium/qtwebengine that causes this?
>
> It seems to not occur on my colleagues systems with the same browsers.
>
> I see my timezone on my system like so:
>
> (operating-system
> (host-name "example")
> (timezone "Africa/Johannesburg")
> (locale "en_US.utf8")
For what it's worth, there's a bug report here matching the issue you
describe. The issue appears to affect quite a number of programs.
https://issues.guix.gnu.org/issue/35746
Regards,
Ben
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guix browsers timezones are set to GMT
2020-02-03 23:12 ` Ben Sturmfels
@ 2020-02-05 21:42 ` Marius Bakke
2020-02-11 6:27 ` Divan Santana
1 sibling, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2020-02-05 21:42 UTC (permalink / raw)
To: Ben Sturmfels, divan, Help guix
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
Ben Sturmfels <ben@stumbles.id.au> writes:
> For what it's worth, there's a bug report here matching the issue you
> describe. The issue appears to affect quite a number of programs.
>
> https://issues.guix.gnu.org/issue/35746
Hmm, I thought we had fixed that particular bug with commit
2a80d9e55299214a3f0b4f585767b4c81c9d5c7d.
Are you still experiencing this problem with the Evolution calendar?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guix browsers timezones are set to GMT
2020-02-03 23:12 ` Ben Sturmfels
2020-02-05 21:42 ` Marius Bakke
@ 2020-02-11 6:27 ` Divan Santana
1 sibling, 0 replies; 5+ messages in thread
From: Divan Santana @ 2020-02-11 6:27 UTC (permalink / raw)
To: Help guix
Hi Ben,
Ben Sturmfels <ben@stumbles.id.au> writes:
> Hi Divan,
>
> On 4/2/20 3:57 am, divan@santanas.co.za wrote:
>> I see timezones in browsers on my guix system are set to GMT.
>>
>> An example would be qutebrowser and guessing ungoogled-chromium which
>> use qtwebengine.
>>
>> Example website is browsing to
>> https://play.grafana.org/d/000000012/grafana-play-home?orgId=1
>>
>> in qutebrowser one can run ":jseval alert(new Date().toString())" From
>> https://play.grafana.org/ and it reports GMT+0000 .
>>
>> Browsing to the above with epiphany results in the correct local
>> timezone being set.
>>
>> I understand for fingerprinting and privacy it's nice to have a
>> website not detect your correct timezone, though I'd prefer to have my
>> timezone detected correctly in these browsers.
>>
>> Does guix do something special in the packaging of
>> qutebrowser/ungoogled-chromium/qtwebengine that causes this?
>>
>> It seems to not occur on my colleagues systems with the same browsers.
>>
>> I see my timezone on my system like so:
>>
>> (operating-system
>> (host-name "example")
>> (timezone "Africa/Johannesburg")
>> (locale "en_US.utf8")
>
> For what it's worth, there's a bug report here matching the issue you
> describe. The issue appears to affect quite a number of programs.
>
> https://issues.guix.gnu.org/issue/35746
Had a look at that thanks.
Seems icecat works, when the privacy feature (ResistFingerprinting) is
disabled in about:config .
chrome and qutebrowser however do not report the correct time for me.
str1ngs in irc mentioned:
<str1ngs> divansantana and QDateTime works as well
<str1ngs> it's something qtwebenine or javascript related
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: guix browsers timezones are set to GMT
2020-02-03 16:57 guix browsers timezones are set to GMT divan
2020-02-03 23:12 ` Ben Sturmfels
@ 2020-02-12 14:17 ` Ludovic Courtès
1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2020-02-12 14:17 UTC (permalink / raw)
To: divan; +Cc: Help guix
Hi!
divan@santanas.co.za skribis:
> I see timezones in browsers on my guix system are set to GMT.
IceCat has a privacy feature turned on by default that, among other
things, has it not announce its timezone.
You can turn that option off by going to “about:config” in IceCat and
then turn off “privacy.trackingprotection.enabled”, IIRC.
However, that’s coarse-grain. I’d love to have the option to just turn
off timezone concealing; anyone knows how to do it?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-02-12 14:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 16:57 guix browsers timezones are set to GMT divan
2020-02-03 23:12 ` Ben Sturmfels
2020-02-05 21:42 ` Marius Bakke
2020-02-11 6:27 ` Divan Santana
2020-02-12 14:17 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).