Home
last modified time | relevance | path

Searched refs:fromString (Results 1 – 11 of 11) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DGedcomRepository.php148 … return Registry::timestampFactory()->fromString($fact->value(), 'j M Y')->isoFormat('LL');
174 return Registry::timestampFactory()->fromString($row->change_time)->isoFormat('LL');
/webtrees/app/
H A DGedcomRecord.php716 … return Registry::timestampFactory()->fromString($ymd . $match[1], 'Y-m-d H:i:s');
720 return Registry::timestampFactory()->fromString($ymd . $match[1], 'Y-m-d H:i');
723 return Registry::timestampFactory()->fromString($ymd, 'Y-m-d');
H A DSessionDatabaseHandler.php115 …if ($now->subtractMinutes(1)->timestamp() > Registry::timestampFactory()->fromString($this->row->s…
/webtrees/app/Contracts/
H A DTimestampFactoryInterface.php42 …public function fromString(string|null $string, string $format = 'Y-m-d H:i:s', UserInterface|null… function
/webtrees/app/Factories/
H A DTimestampFactory.php62 …public function fromString(string|null $string, string $format = 'Y-m-d H:i:s', UserInterface|null… function in Fisharebest\\Webtrees\\Factories\\TimestampFactory
/webtrees/app/Module/
H A DUserMessagesModule.php118 $row->created = Registry::timestampFactory()->fromString($row->created);
H A DUserJournalModule.php79 $row->updated = Registry::timestampFactory()->fromString($row->updated);
H A DFamilyTreeNewsModule.php77 $row->updated = Registry::timestampFactory()->fromString($row->updated);
H A DRecentChangesModule.php308 'time' => Registry::timestampFactory()->fromString($row->change_time),
/webtrees/app/Services/
H A DPendingChangesService.php117 $row->change_time = Registry::timestampFactory()->fromString($row->change_time);
/webtrees/
H A Dphpstan-baseline.neon4282 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…
5884 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…
6604 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…
6622 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…
8854 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…
9304 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…
10054 … method Fisharebest\\Webtrees\\Contracts\\TimestampFactoryInterface\:\:fromString\(\) expects stri…