Searched refs:timestring (Results 1 – 2 of 2) sorted by relevance
144 protected function parseTimeIntoDateTime($timestring, $nowTS) argument148 $guessedTZOffset = $this->guessTZOffset($timestring, $nowTS);150 $dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, $timeZone);159 protected function guessTZOffset($timestring, $nowTS) argument161 …$dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, new \DateTimeZone('+0…
8 public function parseTimeIntoDateTime($timestring, $nowTS) argument10 … return parent::parseTimeIntoDateTime($timestring, $nowTS); // TODO: Change the autogenerated stub