public function AfterFind()
 {
     parent::AfterFind();
     $this->unix_timestamp = It::timeToUnixTimestamp($this->check_period_start);
     $this->setFileContent();
 }