This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r3owen
Recipients r3owen
Date 2020-03-19.19:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584645299.09.0.45620556685.issue40017@roundup.psfhosted.org>
In-reply-to
Content
It is becoming common (at least in astronomy) to want to use TAI as a time standard because it is a uniform time with no leap seconds, and differs from UTC (standard computer clock time) by an integer number of seconds that occasionally changes.

Linux offers a clock for TAI time: CLOCK_TAI. It would be very helpful to have this constant in the time module, e.g. for calling time.clock_gettime

Caveat: linux CLOCK_TAI will return UTC time if the leap second table has not been set up. Both ntp and ptp can be configured to maintain this table. So this is a caveat worth mentioning in the docs. But I hope it is not sufficient reason to deny the request.
History
Date User Action Args
2020-03-19 19:14:59r3owensetrecipients: + r3owen
2020-03-19 19:14:59r3owensetmessageid: <1584645299.09.0.45620556685.issue40017@roundup.psfhosted.org>
2020-03-19 19:14:59r3owenlinkissue40017 messages
2020-03-19 19:14:58r3owencreate