Add December 31 2016 leap second.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-10-30 21:20:00 +01:00
parent df0a99a2d2
commit c3652da29f
1 changed files with 1 additions and 0 deletions

View File

@ -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)