Skip to content

Commit

Permalink
Update LeapSeconds.php
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech authored Jul 1, 2024
1 parent 8fc2e68 commit 134ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar/src/Aeon/Calendar/Gregorian/LeapSeconds.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function load() : self
}

self::$instance = new self(
DateTime::fromString('2024-06-28 00:00:00 UTC'),
DateTime::fromString('2024-12-31 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 134ba96

Please sign in to comment.