76 $this->realm = $a_realm;
104 include_once(
'Date.php');
107 $date->setDate($a_sov,DATE_FORMAT_UNIXTIME);
108 $this->sov = $date->getDate().
'+01:00';
120 include_once(
'Date.php');
123 $date->setDate($a_eov,DATE_FORMAT_UNIXTIME);
124 $this->eov = $date->getDate().
'+01:00';