Add June 30 2015 leap second.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-01-05 20:33:43 +01:00
parent 8b5960bbff
commit 6df61ecb3a
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ static int8_t leap_seconds[][12] =
DECL_LEAP_SECOND(2011, 0, 0),
DECL_LEAP_SECOND(2012, 1, 0),
DECL_LEAP_SECOND(2013, 0, 0),
DECL_LEAP_SECOND(2014, 0, 0),
DECL_LEAP_SECOND(2015, 1, 0),
};
static time_t get_leap_second(int year, int month)