Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Services/
H A DTimeoutService.php36 private float $start_time; variable in Fisharebest\\Webtrees\\Services\\TimeoutService
39 * @param float|null $start_time
41 public function __construct(float|null $start_time = null) argument
43 $this->start_time = $start_time ?? Registry::timeFactory()->now();
64 return $now + $threshold > $this->start_time + (float) $max_execution_time;
78 return $now > $this->start_time + $limit;
/webtrees/app/Http/RequestHandlers/
H A DUpgradeWizardStep.php227 $start_time = Registry::timeFactory()->now();
238 $seconds = I18N::number($end_time - $start_time, 2);
255 $start_time = Registry::timeFactory()->now();
259 $seconds = I18N::number($end_time - $start_time, 2);