This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit f2ef0f2331fc51337e2a128353e2ebbcbf7e5e61 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 23 18:57:33 2016 +0200 Ajouter l'heure dans les informations technique d'un référentiel --- .../java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java index 7e0eacc..965c85b 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java @@ -113,9 +113,9 @@ public class ContentReferenceUIHandler<E extends ReferentialDto> extends Content uiInitializer = new ReferentialContentUIInitializer<>(ui); Locale locale = ui.getConfig().getLocale(); if (Locale.ENGLISH.equals(locale)) { - dateFormat = FastDateFormat.getInstance("yyyy-MM-ddZZ"); + dateFormat = FastDateFormat.getInstance("yyyy-MM-ddZZ hh:mm:ss"); } else { - dateFormat = FastDateFormat.getInstance("dd/MM/yyyy"); + dateFormat = FastDateFormat.getInstance("dd/MM/yyyy hh:mm:ss"); } revalidate = () -> { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.