예제 #1
0
 public function dateNowOf(Clock $clock)
 {
     return $this->dateFrom(LocalDate::nowof($clock));
 }