Hi, I have noticed that <https://data.iana.org/time-zones/theory.html> states
As of this writing, the current edition of POSIX is POSIX.1-2024, which has been published but not yet in HTML form.
It seems, it is time to update this paragraph. For precise location in the repository see the attached file.
I am unsure if a more precise link https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html#tag_08_03 should be used.Perhaps some other links should be updated to point to the newer standard revision.
From 01dbced91a63dcf7e2fb354660f336c4c2017dbc Mon Sep 17 00:00:00 2001 From: Max Nikulin <maniku...@gmail.com> Date: Fri, 28 Mar 2025 22:42:16 +0700 Subject: [PATCH] POSIX.1-2024 HTML is available * theory.html: Add an https: link to POSIX.1-2024 --- theory.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/theory.html b/theory.html index 352a3d87..838905e9 100644 --- a/theory.html +++ b/theory.html @@ -89,12 +89,13 @@ The <code><abbr>tz</abbr></code> code is upwards compatible with <a href="https://en.wikipedia.org/wiki/POSIX">POSIX</a>, an international standard for <a href="https://en.wikipedia.org/wiki/Unix">UNIX</a>-like systems. -As of this writing, the current edition of POSIX is POSIX.1-2024, -which has been published but not yet in HTML form. Unlike its predecessor POSIX.1-2017 (<a -href="https://pubs.opengroup.org/onlinepubs/9699919799/"> The Open +href="https://pubs.opengroup.org/onlinepubs/9699919799/">The Open Group Base Specifications Issue 7</a>, IEEE Std 1003.1-2017, 2018 -Edition), POSIX.1-2024 requires support for the +Edition), POSIX.1-2024 (<a +href="https://pubs.opengroup.org/onlinepubs/9799919799/">The Open +Group Base Specifications Issue 8</a>, IEEE Std 1003.1-2024 +Edition) requires support for the <code><abbr>tz</abbr></code> database, which has a model for describing civil time that is more complex than the standard and daylight saving times required by POSIX.1-2017. -- 2.39.5