Searched refs:addSeconds (Results 1 – 3 of 3) sorted by relevance
81 public function addSeconds(int $seconds): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp84 $this->carbon->addSeconds($seconds)->getTimestamp(),
139 self::assertSame('2023-12-17 16:21:20', $timestamp->addSeconds(1)->toDateTimeString());140 self::assertSame('2023-12-17 16:21:18', $timestamp->addSeconds(-1)->toDateTimeString());
75 public function addSeconds(int $seconds): TimestampInterface; function