diff --git a/src/Sinesp.php b/src/Sinesp.php index f0137bf..1364da3 100644 --- a/src/Sinesp.php +++ b/src/Sinesp.php @@ -143,7 +143,7 @@ private function xml() EOX; - return sprintf($xml, $this->latitude(), $this->token(), $this->longitude(), strftime('%Y-%m-%d %T'), $this->placa); + return sprintf($xml, $this->latitude(), $this->token(), $this->longitude(), strftime('%Y-%m-%d %H:%M:%S'), $this->placa); } private function validar($placa)