/**
  * @inheritdoc
  */
 public function atTime(LocalTime $localTime)
 {
     return ChronoLocalDateTimeImpl::of($this, $localTime);
 }