30 bool $withTime =
false,
31 bool $withTimezone =
false,
35 parent::__construct(
$names);
37 $this->dateTime = $dateTime;
38 $this->withTimezone = $withTimezone;
39 $this->withTime = $withTime;
40 $this->isUTC = $isUTC;
42 if ($this->withTimezone && $this->dateTime instanceof
DateTime)
44 $timezone = $this->dateTime->getTimezone()->getName();
47 elseif (!$this->withTime)