mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix duplicate 1972 row in the leap second table.
This commit is contained in:
parent
6d052efd19
commit
0cdedb4008
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ static int8_t leap_seconds[][12] =
|
|||
{
|
||||
DECL_LEAP_SECOND(1970, 0, 0),
|
||||
DECL_LEAP_SECOND(1971, 0, 0),
|
||||
DECL_LEAP_SECOND(1972, 0, 0),
|
||||
DECL_LEAP_SECOND(1972, 1, 1),
|
||||
DECL_LEAP_SECOND(1973, 0, 1),
|
||||
DECL_LEAP_SECOND(1974, 0, 1),
|
||||
|
|
Loading…
Add table
Reference in a new issue