39 {1972, 7, 1, 11}, {1973, 1, 1, 12}, {1974, 1, 1, 13}, {1975, 1, 1, 14},
40 {1976, 1, 1, 15}, {1977, 1, 1, 16}, {1978, 1, 1, 17}, {1979, 1, 1, 18},
41 {1980, 1, 1, 19}, {1981, 7, 1, 20}, {1982, 7, 1, 21}, {1983, 7, 1, 22},
42 {1985, 7, 1, 23}, {1988, 1, 1, 24}, {1990, 1, 1, 25}, {1991, 1, 1, 26},
43 {1992, 7, 1, 27}, {1993, 7, 1, 28}, {1994, 7, 1, 29}, {1996, 1, 1, 30},
44 {1997, 7, 1, 31}, {1999, 1, 1, 32}, {2006, 1, 1, 33}, {2009, 1, 1, 34},
45 {2012, 7, 1, 35}, {2015, 7, 1, 36}, {2017, 1, 1, 37},
bool is_leap_second(int year, int month, int day, int hour, int min, double sec)
Check if a given UTC date/time is during a leap second.
Definition LeapSeconds.hpp:127
double calendar_to_jd(int year, int month, int day, int hour=0, int min=0, double sec=0.0)
Convert calendar date/time to Julian Date.
Definition JulianDate.hpp:24
Leap second entry: date and cumulative offset.
Definition LeapSeconds.hpp:20
int year
Definition LeapSeconds.hpp:21
int month
Definition LeapSeconds.hpp:22
int delta_at
TAI - UTC [seconds].
Definition LeapSeconds.hpp:24
int day
Definition LeapSeconds.hpp:23