2
0
stany.ferer 2 жил өмнө
parent
commit
385ad0b933

+ 1 - 1
core/class/core.class.php

@@ -176,7 +176,7 @@ class core
     public static function printDateTxt()
     {
         $date = new IntlDateFormatter('fr_FR', IntlDateFormatter::LONG, IntlDateFormatter::NONE);
-        return $date->format(time()) . " à " . date("H:m:s");
+        return $date->format(time()) . " à " . date("H:i:s");
     }
 
     public static function addFileMaintenance(){