No description
Find a file
Jeff Epler 8a25adb764 improvements
* Our own error types (squee, such cute little classes)
 * check_validity of a timestamp without exceptions
 * tai_offset always returns a timedelta now
 * add from_standard_source, searches standard linux & freebsd locs, then
   goes to the network for ietf
 * reformat some test-run messages so they don't trigger my editor's
   "error on file and line" regular expression matching
 * lightly use logging
2021-10-18 14:15:57 -05:00
.github/workflows don't run coverage during release 2021-10-18 10:34:57 -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 package-ize 2021-10-18 10:22:33 -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
leapseconddata.py improvements 2021-10-18 14:15:57 -05:00
Makefile package-ize 2021-10-18 10:22:33 -05:00
pyproject.toml version numbers important 2021-10-18 10:45:38 -05:00
README.md package-ize 2021-10-18 10:22:33 -05:00
requirements-dev.txt package-ize 2021-10-18 10:22:33 -05:00
setup.cfg package-ize 2021-10-18 10:22:33 -05:00

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.