Example #1
0
 public function isSupportedBy(Temporal $temporal)
 {
     return $temporal->isSupported(ChronoField::EPOCH_DAY());
 }