No description
Find a file
Jeff Epler 1e142aad17
Merge pull request #11 from jepler/leapsecond-from-url
fix the default url for LeapSecondData.from_url
2023-10-03 11:38:03 -05:00
.github/workflows Drop codecov 2023-10-03 09:22:02 -05:00
_static Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
leapseconddata fix the default url for LeapSecondData.from_url 2023-10-03 11:33:53 -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 Add pre-commit 2023-10-03 08:57:23 -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 Drop codecov 2023-10-03 09:22: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 Drop codecov 2023-10-03 09:22:02 -05:00
requirements-dev.txt Add sphinx / rtd documentation 2021-10-20 14:53:02 -05:00
setup.cfg Update python versions in setup.cfg 2023-10-03 09:19:27 -05:00
testleapseconddata.py modernize the pre-commit 2022-10-09 12:24:57 -05:00

Test leapseconddata 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.