No description
Find a file
2022-03-23 10:56:27 -05:00
.github/workflows fix workflow 2021-10-20 14:54:17 -05:00
_static Add sphinx / rtd documentation 2021-10-20 14:53:02 -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 package-ize 2021-10-18 10:22:33 -05:00
.pylintrc package-ize 2021-10-18 10:22:33 -05:00
codecov.yml package-ize 2021-10-18 10:22:33 -05:00
conf.py Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
index.rst Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
leapseconddata.py fix typing and coverage 2022-03-23 10:56:27 -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 Update README.md 2021-10-18 19:48:42 -05:00
requirements-dev.txt Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
setup.cfg package-ize 2021-10-18 10:22:33 -05:00
testleapseconddata.py 3.7ism 2021-10-20 15:00:26 -05:00

Test leapseconddata codecov PyPI

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.