Skip to content

Commit

Permalink
Updated leap seconds list expiration date (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech authored Jun 25, 2021
1 parent 2b42c2d commit 5e06f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aeon/Calendar/Gregorian/LeapSeconds.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit 5e06f33

Please sign in to comment.