No description
Find a file
Jeff Epler 168426a4c6
Make the 'is tai' check not depend on object identity
.. because the identity of the 'tai' object can be lost when
the multiprocessing module gets involved.
2022-11-05 18:22:28 -05:00
.github/workflows Switch from NamedTuple to dataclass 2022-10-09 12:41:48 -05:00
_static Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
leapseconddata Make the 'is tai' check not depend on object identity 2022-11-05 18:22:28 -05:00
LICENSES package-ize 2021-10-18 10:22:33 -05:00
.coveragerc package-ize 2021-10-18 10:22:33 -05:00
.gitignore Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
.pre-commit-config.yaml modernize the pre-commit 2022-10-09 12:24:57 -05:00
.pylintrc remove option that disappeared from pylint (thanks guys) 2022-11-05 17:34:58 -05:00
codecov.yml package-ize 2021-10-18 10:22:33 -05:00
conf.py modernize the pre-commit 2022-10-09 12:24:57 -05:00
index.rst Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
Makefile Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
pyproject.toml version numbers important 2021-10-18 10:45:38 -05:00
README.md show doc badge 2022-10-09 12:34:40 -05:00
requirements-dev.txt Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
setup.cfg Convert to package and add py.typed 2022-03-23 11:10:36 -05:00
testleapseconddata.py modernize the pre-commit 2022-10-09 12:24:57 -05:00

Test leapseconddata codecov PyPI Documentation Status

Python Leap Second List

Leap seconds are corrections applied irregularly so that the UTC day stays fixed to the earth's rotation.

This module provides a class for parsing and validating the standard leap-seconds.list file. Once parsed, it is possible to retrieve the full list of leap seconds, or find the TAI-UTC offset for any UTC time.