public function __construct($time) { $this->date = new DateTime((string) $time); $this->date->setTimeZone(new DateTimeZone('UTC')); }