Ejemplo n.º 1
0
 public function zonedDateTime(Instant $instant, ZoneId $zone)
 {
     return ChronoZonedDateTimeImpl::ofInstant($this, $instant, $zone);
 }