From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C39EF3858C39; Thu, 22 Jun 2023 13:48:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C39EF3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687441686; bh=JfzkriHMbQFBgUqiP3/mPaaXb8NC7vZOkjhq+LKAl+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xNlMnvVANOlPaqfrTFEhfd4qo29+5oXBsXdkVABfIyqdVFO670OSYUfYiubEReA99 3yL0FfPvhHPkvDpkfBLZfEa/IHpd5BfL5TEoN69i6cHNYliRdG9niBqSwYgyXg5x+P zpWCIwRK4rF1Dm3vWSIbFcQo+e8JdfY3w84YAxGc= From: "lancasterharp at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug time/16088] Implement strptime %Z Date: Thu, 22 Jun 2023 13:48:06 +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: enhancement X-Bugzilla-Who: lancasterharp at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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=3D16088 Stanley Lancaster changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lancasterharp at gmail dot= com --- Comment #3 from Stanley Lancaster --- What would an actual implementation look like? The tm struct this function fills out has no slot for timezone information, and the manpage says that t= he %Z option is only included in strptime for "reasons of symmetry" with strft= ime. Should this option do anything other than skip over characters until the ne= xt character in the format string is reached? --=20 You are receiving this mail because: You are on the CC list for the bug.=