Home
last modified time | relevance | path

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

/plugin/swarmwebhook/webhooks/
H A DIFTTT.php122 $nowTS = time();
124 $dateTime = $this->parseTimeIntoDateTime($data['ts'], $nowTS);
144 protected function parseTimeIntoDateTime($timestring, $nowTS) argument
148 $guessedTZOffset = $this->guessTZOffset($timestring, $nowTS);
159 protected function guessTZOffset($timestring, $nowTS) argument
166 $guessedOffset = round(($dateTime->getTimestamp() - $nowTS)/3600)*100;
/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