branch develop updated (f26a0d32 -> e1282258)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git from f26a0d32 Update pom.xml new e1282258 changement de pattern pour être compatible avec le système de fichier Windows The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e12822580ad78feee330adc6ed00f354d58e57cd Author: David Cossé <cosse@codelutin.com> Date: Fri Sep 7 10:32:34 2018 +0200 changement de pattern pour être compatible avec le système de fichier Windows Summary of changes: .../src/main/java/org/chorem/lima/ui/importexport/ImportExport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit e12822580ad78feee330adc6ed00f354d58e57cd Author: David Cossé <cosse@codelutin.com> Date: Fri Sep 7 10:32:34 2018 +0200 changement de pattern pour être compatible avec le système de fichier Windows --- .../src/main/java/org/chorem/lima/ui/importexport/ImportExport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java b/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java index ea3d08cb..3405e0a9 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java @@ -101,7 +101,7 @@ public class ImportExport { private static final Log log = LogFactory.getLog(ImportExport.class); public static final int BUFFER_SIZE = 1024; public static final String CSV = ".csv"; - public static final String EXPORT_DATE_PATTERN = "dd-MM-yyyy HH:mm:ss"; + public static final String EXPORT_DATE_PATTERN = "dd-MM-yyyy HHmmss"; /** Parent view. */ protected Component viewComponent; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm