diff --git a/src/Template/Configurations/view.ctp b/src/Template/Configurations/view.ctp index d4d39ec..10c507c 100644 --- a/src/Template/Configurations/view.ctp +++ b/src/Template/Configurations/view.ctp @@ -161,7 +161,8 @@ function echoSection($title, $section) { $date_cached = substr($date_cached,0,6)."20".substr($year,1,2).substr($date_cached,8); // '05/06/19 15:36'; } $date_cached = \DateTime::createFromFormat('d/m/Y H:i',$date_cached); - $ldap_cache_elapsed_time = $date_now->diff($date_cached)->format('%i mn %s sec'); + //$ldap_cache_elapsed_time = $date_now->diff($date_cached)->format('%i mn %s sec'); + $ldap_cache_elapsed_time = $date_now->diff($date_cached)->format('%hh %imn %ssec'); } $displayElement(__('Optimisation accès LDAP (utilisation cache en BD)'), h($configurationObj->ldap_cached)?"Oui":"Non" ); $displayElement(__('Date dernière mise à jour cache LDAP'), h($configurationObj->ldap_cache_last_update)); -- libgit2 0.21.2