Module hifitime::leap_seconds

source ·

Structs

  • List of leap seconds from https://www.ietf.org/timezones/data/leap-seconds.list . This list corresponds the number of seconds in TAI to the UTC offset and to whether it was an announced leap second or not. The unannoucned leap seconds come from dat.c in the SOFA library.
  • A structure representing a leap second
  • A leap second provider that uses an IERS formatted leap seconds file.

Traits