protected function cron_current_timestamp()
 {
     if ($this->fakecurrenttimestamp == -1) {
         return parent::cron_current_timestamp();
     } else {
         return $this->fakecurrenttimestamp;
     }
 }