mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add June 30 2015 leap second.
This commit is contained in:
parent
8b5960bbff
commit
6df61ecb3a
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue