|
|
@@ -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(){
|