From mboxrd@z Thu Jan 1 00:00:00 1970 From: divan@santanas.co.za Subject: guix browsers timezones are set to GMT Date: Mon, 03 Feb 2020 18:57:47 +0200 Message-ID: <87mu9za9ro.fsf@swift.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54138) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyf2p-0004HQ-2e for help-guix@gnu.org; Mon, 03 Feb 2020 11:57:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyf2n-0003Bh-AL for help-guix@gnu.org; Mon, 03 Feb 2020 11:57:54 -0500 Received: from [156.0.193.126] (port=56133 helo=mail.santanas.co.za) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iyf2m-00036j-Qa for help-guix@gnu.org; Mon, 03 Feb 2020 11:57:53 -0500 Received: from authenticated-user (mail.santanas.co.za [156.0.193.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id 7D560EB for ; Mon, 3 Feb 2020 18:57:47 +0200 (SAST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" 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")