Example #1
0
 static function stampToIso($stamp)
 {
     $date = new self((int) $stamp);
     return $date->getIsoDate();
 }