diff --git a/libc/time/gmtime_r.c b/libc/time/gmtime_r.c index 53195c6f..405dcfae 100644 --- a/libc/time/gmtime_r.c +++ b/libc/time/gmtime_r.c @@ -87,6 +87,7 @@ static int8_t leap_seconds[][12] = DECL_LEAP_SECOND(2013, 0, 0), DECL_LEAP_SECOND(2014, 0, 0), DECL_LEAP_SECOND(2015, 1, 0), + DECL_LEAP_SECOND(2016, 0, 1), }; static time_t get_leap_second(int year, int month)