From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81A0E3858019; Wed, 13 Dec 2023 10:11:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81A0E3858019 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702462261; bh=/c6o1mkSUtqzlDUJ1KjfSEn7lNEXCxg0TRZMKxB3+DY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S2A+HsaV3pxh4V2TPyfpAosHCcmmZYo+zqURwwiyijFuTncAgX11fzxQ1AqtEwdTS GJwCHaF1P0hZ0tfEJ4hqMulA2cv+ph2noHZ8egvhip98PWoGqdlOgHuui+Qen7bzs9 C//Ug3bbPIPv60frb1Vn86imriJGC6hUMYyXqXSQ= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug time/31144] mktime: returns clock for UTC with isdst=1 Date: Wed, 13 Dec 2023 10:11:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: NOTABUG X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31144 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com --- Comment #3 from Florian Weimer --- We already scan the entire tables while loading the time zone data, so we c= ould make a note if we have seen any DST hints, and if there are none present, we could fail as before for tm_isdst > 0. We also don't know how the tz project will model the introduction of DST if a zone changes introduces DST for the first time, so the synthetic offset might well be wrong. --=20 You are receiving this mail because: You are on the CC list for the bug.=