Searched refs:addDays (Results 1 – 7 of 7) sorted by relevance
108 public function addDays(int $days): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp111 $this->carbon->addDays($days)->getTimestamp(),
162 $startjd = Registry::timestampFactory()->now()->addDays(1)->julianDay();163 $endjd = Registry::timestampFactory()->now()->addDays($days)->julianDay();
98 $endjd = Registry::timestampFactory()->now()->addDays($days - 1)->julianDay();
154 $next_email_timestamp = $last_email_timestamp->addDays($days);
96 public function addDays(int $days): TimestampInterface; function
129 $date = Registry::timestampFactory()->now()->addDays((int)$match[1]);
166 self::assertSame('2023-12-18 16:21:19', $timestamp->addDays(1)->toDateTimeString());