From b946bf92227f0326471c261cdb79af35c8b1cb6e Mon Sep 17 00:00:00 2001 From: Matheus Garcia Date: Thu, 31 Jan 2019 10:17:56 -0200 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20bug=20ao=20recuperar?= =?UTF-8?q?=20data=20de=20certificado=20retornada=20por=20SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 93e9ca1..7e931be 100644 --- a/index.php +++ b/index.php @@ -228,7 +228,7 @@ if (! $certificates) { if (($type = 'ST' || $type = 'CT') && $start_date && $end_date) { echo "

PERÍODO: " . userdate($start_date, $dateformat) . " a " . userdate($end_date, $dateformat) . '

'; } else { - echo "

DATA: " . userdate($certdata->timecreated, $dateformat) . '

'; + echo "

DATA: " . userdate($certdata->citimecreated, $dateformat) . '

'; }