Home
last modified time | relevance | path

Searched refs:subtractSeconds (Results 1 – 3 of 3) sorted by relevance

/webtrees/tests/app/
H A DTimestampTest.php47 self::assertSame('5 seconds ago', $timestamp->subtractSeconds(5)->diffForHumans());
56 self::assertSame('il y a 5 secondes', $timestamp->subtractSeconds(5)->diffForHumans());
190 self::assertSame('2023-12-17 16:21:18', $timestamp->subtractSeconds(1)->toDateTimeString());
191 … self::assertSame('2023-12-17 16:21:20', $timestamp->subtractSeconds(-1)->toDateTimeString());
/webtrees/app/Contracts/
H A DTimestampInterface.php117 public function subtractSeconds(int $seconds): TimestampInterface; function
/webtrees/app/
H A DTimestamp.php135 public function subtractSeconds(int $seconds): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp