https://github.com/python/cpython/commit/3c1471d971ea2759d9de76e22230cd71cf4b7a07
commit: 3c1471d971ea2759d9de76e22230cd71cf4b7a07
branch: main
author: tobiasjcat <70606111+tobiasj...@users.noreply.github.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-08-07T08:41:16+03:00
summary:

gh-137499: Fixed dead link to NIST website (#137500)

files:
M Doc/library/time.rst

diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index df9be68bf4f69d..b05c0a312dbe34 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -935,7 +935,7 @@ These constants are used as parameters for 
:func:`clock_getres` and
 
 .. data:: CLOCK_TAI
 
-   `International Atomic Time 
<https://www.nist.gov/pml/time-and-frequency-division/nist-time-frequently-asked-questions-faq#tai>`_
+   `International Atomic Time 
<https://www.nist.gov/pml/time-and-frequency-division/how-utcnist-related-coordinated-universal-time-utc-international>`_
 
    The system must have a current leap second table in order for this to give
    the correct answer.  PTP or NTP software can maintain a leap second table.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to