Home
last modified time | relevance | path

Searched refs:timestring (Results 1 – 2 of 2) sorted by relevance

/plugin/swarmwebhook/webhooks/
H A DIFTTT.php144 protected function parseTimeIntoDateTime($timestring, $nowTS) argument
148 $guessedTZOffset = $this->guessTZOffset($timestring, $nowTS);
150 $dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, $timeZone);
159 protected function guessTZOffset($timestring, $nowTS) argument
161 …$dateTime = DateTime::createFromFormat(self::IFTTT_TIME_FORMAT, $timestring, new \DateTimeZone('+0…
/plugin/swarmwebhook/_test/mock/
H A DIFTTT.php8 public function parseTimeIntoDateTime($timestring, $nowTS) argument
10 … return parent::parseTimeIntoDateTime($timestring, $nowTS); // TODO: Change the autogenerated stub