1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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)