dateTime = $dateTime; } public function __toString(): string { return 'time(v: ' . $this->dateTime->format('Y-m-d\TH:i:s\Z') . ')'; } }