From 0cdedb40080e1a40b4f8e5d66e55caf16684a7ac Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 29 Jun 2015 17:13:06 +0200 Subject: [PATCH] Fix duplicate 1972 row in the leap second table. --- libc/time/gmtime_r.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libc/time/gmtime_r.cpp b/libc/time/gmtime_r.cpp index 76396096..177db40a 100644 --- a/libc/time/gmtime_r.cpp +++ b/libc/time/gmtime_r.cpp @@ -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),