From 5e06f3384dbdf95adbaa99fe92d4021c452e44ad Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Fri, 25 Jun 2021 19:04:18 +0200 Subject: [PATCH] Updated leap seconds list expiration date (#137) --- src/Aeon/Calendar/Gregorian/LeapSeconds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aeon/Calendar/Gregorian/LeapSeconds.php b/src/Aeon/Calendar/Gregorian/LeapSeconds.php index 4a1c2638..32bc228a 100644 --- a/src/Aeon/Calendar/Gregorian/LeapSeconds.php +++ b/src/Aeon/Calendar/Gregorian/LeapSeconds.php @@ -42,7 +42,7 @@ public static function load() : self } self::$instance = new self( - DateTime::fromString('2021-06-28 00:00:00 UTC'), + DateTime::fromString('2021-12-28 00:00:00 UTC'), new LeapSecond(DateTime::fromString('1972-01-01 00:00:00 UTC'), TimeUnit::seconds(10)), new LeapSecond(DateTime::fromString('1972-07-01 00:00:00 UTC'), TimeUnit::seconds(11)), new LeapSecond(DateTime::fromString('1973-01-01 00:00:00 UTC'), TimeUnit::seconds(12)),