A NOTE has been added to this issue. ====================================================================== https://austingroupbugs.net/view.php?id=1727 ====================================================================== Reported By: kre Assigned To: ====================================================================== Project: Issue 8 drafts Issue ID: 1727 Category: System Interfaces Type: Enhancement Request Severity: Objection Priority: normal Status: New Name: Robert Elz Organization: User Reference: Section: XSH 3 / strptime Page Number: 2146-7 Line Number: 70221-2, 70250-7 Final Accepted Text: ====================================================================== Date Submitted: 2023-05-14 19:23 UTC Last Modified: 2023-07-13 09:54 UTC ====================================================================== Summary: strptime() spec needs updates to deal with other changes. ======================================================================
---------------------------------------------------------------------- (0006383) geoffclare (manager) - 2023-07-13 09:54 https://austingroupbugs.net/view.php?id=1727#c6383 ---------------------------------------------------------------------- > For %Z. lines 70253-7 the similar statement should also be removed, but this > one probably needs some investigation as to what can be said about what is > done with tm_zone I checked glibc, FreeBSD, and Illumos; none of them set tm_zone. > does it get set to point into the value pointed to by > the buf arg to strptime() or does that get copied - to static storage, or > dynamic, and if the latter, who frees it ? I have no idea. I would not be surprised if this issue is precisely why they don't set tm_zone. Issue History Date Modified Username Field Change ====================================================================== 2023-05-14 19:23 kre New Issue 2023-05-14 19:23 kre Name => Robert Elz 2023-05-14 19:23 kre Section => XSH 3 / strptime 2023-05-14 19:23 kre Page Number => 2146-7 2023-05-14 19:23 kre Line Number => 70221-2, 70250-7 2023-05-15 14:25 kre Note Added: 0006285 2023-05-15 14:28 kre Note Edited: 0006285 2023-05-16 08:57 geoffclare Note Added: 0006286 2023-07-13 09:54 geoffclare Note Added: 0006383 ======================================================================
