Name = $tz->getName(); $this->Offset = $tz->getOffset(new DateTime()); $this->OffsetHours = $this->Offset / 3600; $this->OffsetMinutes = $this->Offset % 3600 / 60; $this->Label = sprintf('UTC%+03d:%02d %s', $this->OffsetHours, $this->OffsetMinutes, $this->Name); } } ?>