value = $i; } public function getValue() { return $this->value; } public function __toString() { $dt = new DateTime(); $dt->setTimezone(new DateTimeZone("UTC")); $dt->setTimestamp($this->value); return $dt->format("H:i:s"); } }