8000 bpo-40017: add CLOCK_TAI constant to the time module, if the constant is defined by r-owen · Pull Request #19096 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-40017: add CLOCK_TAI constant to the time module, if the constant is defined #19096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 24, 2020
Prev Previous commit
Next Next commit
Update Doc/library/time.rst as per reviewer request
  • Loading branch information
r-owen authored and benjaminp committed Mar 24, 2020
commit c1e32d187f76919d42d72ef87bfbe21e7e30f526
4 changes: 2 additions & 2 deletions Doc/library/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,9 @@ These constants are used as parameters for :func:`clock_getres` and

.. data:: CLOCK_TAI

International atomic time, as seconds from the unix epoch.
`International Atomic Time. <https://www.nist.gov/pml/time-and-frequency-division/nist-time-frequently-asked-questions-faq#tai>`_

Warning: your system must have a current leap second table in order for this to give the correct answer.
The system must have a current leap second table in order for this to give the correct answer.
You can configure ptp or ntp to maintain a leap second table.

.. availability:: Linux.
Expand Down
0