Mise à jour des liens PHP

This commit is contained in:
2021-12-14 16:12:08 +01:00
parent 30fcf05297
commit df864de28e
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ Bonne lecture ! -->
$commitDate = new \DateTime(trim(exec('git log -n1 --pretty=%ci index.php')));
$commitDate->setTimezone(new \DateTimeZone('Europe/Paris'));
return sprintf('%s', $commitDate->format('d/m/Y')); // H:i:s'));
return sprintf('%s', $commitDate->format('d/m/Y à H:i:s'));
}
}