/**
  * @see \Components\Serializable_Php::__wakeup()
  */
 public function __wakeup()
 {
     $utc = Timezone::utc()->internal();
     $this->m_date = new \DateTime($this->m_iso8601, $utc);
     $this->m_date->setTimezone($utc);
 }