Searched refs:nowTS (Results 1 – 2 of 2) sorted by relevance
122 $nowTS = time();124 $dateTime = $this->parseTimeIntoDateTime($data['ts'], $nowTS);144 protected function parseTimeIntoDateTime($timestring, $nowTS) argument148 $guessedTZOffset = $this->guessTZOffset($timestring, $nowTS);159 protected function guessTZOffset($timestring, $nowTS) argument166 $guessedOffset = round(($dateTime->getTimestamp() - $nowTS)/3600)*100;
8 public function parseTimeIntoDateTime($timestring, $nowTS) argument10 … return parent::parseTimeIntoDateTime($timestring, $nowTS); // TODO: Change the autogenerated stub