Searched refs:carbon (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/ |
H A D | Timestamp.php | 33 private CarbonImmutable $carbon; variable in Fisharebest\\Webtrees\\Timestamp 37 $this->carbon = CarbonImmutable::createFromTimestamp($timestamp, $timezone); 38 $this->carbon->locale($locale); 43 $this->carbon = clone($this->carbon); 48 return gregoriantojd($this->carbon->month, $this->carbon->day, $this->carbon->year); 53 return $this->carbon->diffForHumans(); 58 return $this->carbon->format($format); 63 return $this->carbon->isoFormat($format); 68 return $this->carbon->format('Y-m-d'); 73 return $this->carbon->format('Y-m-d H:i:s'); [all …]
|
/webtrees/ |
H A D | composer.lock | 123 "name": "carbonphp/carbon-doctrine-types", 127 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", 132 …"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6… 144 "nesbot/carbon": "^2.71.0 || ^3.0.0", 165 "carbon", 172 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", 173 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0" 185 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 1462 "nesbot/carbon": "^2.72.2|^3.0", 2317 "name": "nesbot/carbon", [all …]
|