Searched refs:parseTimeIntoDateTime (Results 1 – 3 of 3) sorted by relevance
8 public function parseTimeIntoDateTime($timestring, $nowTS) function in dokuwiki\\plugin\\swarmwebhook\\test\\mock\\IFTTT10 … return parent::parseTimeIntoDateTime($timestring, $nowTS); // TODO: Change the autogenerated stub
124 $dateTime = $this->parseTimeIntoDateTime($data['ts'], $nowTS);144 protected function parseTimeIntoDateTime($timestring, $nowTS) function in dokuwiki\\plugin\\swarmwebhook\\webhooks\\IFTTT
20 $actualDateTime = $IFTTT->parseTimeIntoDateTime('May 24, 2018 at 06:02PM', '1527178045');