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
Respond to Victor Stinner's review
  • Loading branch information
r-owen authored and benjaminp committed Mar 24, 2020
commit 85a0340f958a7cf41bf630aec43308fc00bd8fc0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Expose the CLOCK_TAI constant to the time library if the operating system support it.
Add :data:`time.CLOCK_TAI` constant, if the operating system support it: International Atomic Time.
0