Searched refs:subtractSeconds (Results 1 – 3 of 3) sorted by relevance
47 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());
117 public function subtractSeconds(int $seconds): TimestampInterface; function
135 public function subtractSeconds(int $seconds): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp