From unknown Sun Aug 17 09:10:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#40585 <40585@debbugs.gnu.org> To: bug#40585 <40585@debbugs.gnu.org> Subject: Status: timezone offset issues primarily in qtwebenine Reply-To: bug#40585 <40585@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:10:08 +0000 retitle 40585 timezone offset issues primarily in qtwebenine reassign 40585 guix submitter 40585 divan@santanas.co.za severity 40585 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 12 16:10:49 2020 Received: (at submit) by debbugs.gnu.org; 12 Apr 2020 20:10:49 +0000 Received: from localhost ([127.0.0.1]:58943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNiwL-0001tm-9A for submit@debbugs.gnu.org; Sun, 12 Apr 2020 16:10:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:55764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNiwJ-0001tf-PN for submit@debbugs.gnu.org; Sun, 12 Apr 2020 16:10:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36331) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNiwI-0006ob-Fa for bug-guix@gnu.org; Sun, 12 Apr 2020 16:10:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,RDNS_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNiwG-0007uF-7C for bug-guix@gnu.org; Sun, 12 Apr 2020 16:10:45 -0400 Received: from [156.0.193.126] (port=33989 helo=mail.santanas.co.za) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jNiwF-0007tf-Px for bug-guix@gnu.org; Sun, 12 Apr 2020 16:10:44 -0400 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 94035CF for ; Sun, 12 Apr 2020 22:05:35 +0200 (SAST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=santanas.co.za; s=mail; t=1586721936; bh=4iqwjx/mjWRZ9fYFsDCfK2VVRjF89+A3P+vo5EQy+0A=; h=From:To:Subject:Date:From; b=Ihl5ZTMPBgFHlo0efFtpCIYzWc8551G/JdiqwX7mSchZpx/5yPa6aYCTdvlBs4x8O CTSAZLAWkHR9ZyKW7Q+yO52jgk63J+PO7Y6nLws8FLvsx/oh28R6IqxaN0gOfSbzuq +4UoxUSrIhYAd18ia1oEPHBzDUdzb1rr6h09LCOutK4s8CMCGVa4nz4kwjVF2pi0la pM6KqoF/R7/00Iw+IWmketDOLuv20XJaynklIGwX2OcKrJN+ZQtIKb00C/4Ew5GzyI 9aWvP5gAlmurPlbGxQOA9tb/SXzHYRiF5F7yAF1uAuNfCLd2hqMvbmAcv/yvnA3H1g kNh48bCkHp8sg== From: divan@santanas.co.za To: bug-guix@gnu.org Subject: timezone offset issues primarily in qtwebenine Date: Sun, 12 Apr 2020 22:05:35 +0200 Message-ID: <873698jwq8.fsf@swift.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 156.0.193.126 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Greetings :) Having similar issues to https://issues.guix.info/issue/35746 but not quite the same. I'm having time offset issues in various applications on guix system. My timezone is set to (operating-system (host-name "swift") (timezone "Africa/Johannesburg") (locale "en_US.utf8") Which in terminal is correct ds@swift ~ $ date Sun 12 Apr 2020 09:54:27 PM SAST So I'm +0200, yet many applications report there time in UTC which is frustrating. Apps being: - qutebrowser - ungoogled-chromium icecat works, when the privacy feature (ResistFingerprinting) is disabled in about:config . I was chatting to the maintainer of qutebrowser, str1ngs, on #guix and he did not have the same issue on his guix system. Which is really strange. He tried various debugging with me and in the end I think he said: divansantana and QDateTime works as well [21:12] it's something qtwebenine or javascript related My locale, in case that's relevant: $ locale LANG=en_US.utf8 LC_CTYPE="en_US.utf8" LC_NUMERIC="en_US.utf8" LC_TIME="en_US.utf8" LC_COLLATE="en_US.utf8" LC_MONETARY="en_US.utf8" LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL= I test the browser timezone via browsing to https://play.grafana.org/ for instance. But I've noticed the issue in multiple sites. Perhaps this is a separate issue but in notmuch I notice similar: In some emails it gives time in UTC Date: Thu, 09 Apr 2020 12:55:21 +0000 While other emails it gives +0200 time. Date: Sun, 12 Apr 2020 21:04:01 +0200