public function getTime($format = 'H:i')
 {
     $this->_load();
     return parent::getTime($format);
 }