master
run
public function run() { $cfg = new DBConfig; $dt = new \DateTime('@' . $this->obj['target_date']); $dt->setTime(0, 0, 0); $end_ts = $dt->getTimestamp();