From owner-freebsd-gecko@freebsd.org Wed Jul 29 05:11:38 2020 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A78D937E3F5 for ; Wed, 29 Jul 2020 05:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BGhV242WYz4K90 for ; Wed, 29 Jul 2020 05:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8A97637E792; Wed, 29 Jul 2020 05:11:38 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A5D037E63C for ; Wed, 29 Jul 2020 05:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BGhV239Wjz4KCV for ; Wed, 29 Jul 2020 05:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 503EE1AACA for ; Wed, 29 Jul 2020 05:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 06T5Bc39017036 for ; Wed, 29 Jul 2020 05:11:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06T5BcGd017035 for gecko@FreeBSD.org; Wed, 29 Jul 2020 05:11:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 248338] www/firefox does not return whole number in javascript for getTimezoneOffset Date: Wed, 29 Jul 2020 05:11:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tech-lists@zyxst.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2020 05:11:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248338 --- Comment #2 from tech-lists@zyxst.net --- (In reply to andrew from comment #1) Hi, Exact output (from Firefox) of new Date(): Date Wed Jul 29 2020 03:18:27 GMT+0059 (BST) output of date (from tcsh) a few minutes later is Wed 29 Jul 2020 03:25:52 = BST output of new Date() from iridium a little while later: Wed Jul 29 2020 03:35:42 GMT+0100 (British Summer Time) when both this system and the 13-current vm system was set up, the timezone= was set to Europe/London I ran tzsetup directly just now, then did the new Date() thing and it's not making a difference. As far as I can see, I'm not setting TZ from any rc fi= les. I use tcsh. I'm baffled why the timezone shows as GMT+0059 in firefox yet GMT+0100 in iridium on the same machine, or why it would show GMT+0059 in a vanilla firefox on a new 13-current vm on different hardware in a different geographical location. ntpd runs on both machines, and the time is correct = in each case. If from tcsh I do: setenv TZ Europe/London then firefox & I'll still get the GMT+0059 it's very odd. --=20 You are receiving this mail because: You are the assignee for the bug.=