Commit fad686d27d64c412757822d0ef1d57763f28f183
1 parent
914d24a6
Exists in
master
and in
1 other branch
Indicador 29 - Data com time
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdEstatisticasColetarRN.php
... | ... | @@ -283,7 +283,7 @@ class MdEstatisticasColetarRN extends InfraRN { |
283 | 283 | } |
284 | 284 | |
285 | 285 | private function obterDataColeta(){ |
286 | - $dataColeta = date ("Y-m-d"); | |
286 | + $dataColeta = date (DATE_ATOM); | |
287 | 287 | InfraDebug::getInstance()->gravar('SEI29 - Periodicidade do envio - Data da coleta: ' . $dataColeta, InfraLog::$INFORMACAO); |
288 | 288 | return $dataColeta; |
289 | 289 | } | ... | ... |