Merge branch 'master' into feature/RefactoringGestioneColli
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-08-04 17:28:12 +02:00

View File

@@ -871,7 +871,7 @@ public class EmsServices {
String envProjectVersionProperty = envProperties.getProjectVersion();
if (!envProjectVersionProperty.equalsIgnoreCase("dev")) {
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmmss");
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmm");
updateDate = sdf.parse(envProjectVersionProperty);
}