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:
parent
df0a99a2d2
commit
c3652da29f
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue