From 48052a81120198a6152c73057f98d74bbf078c29 Mon Sep 17 00:00:00 2001 From: frea Date: Mon, 11 Mar 2024 14:25:42 +0100 Subject: [PATCH 1/3] SCPN1-6130 --- ReflexUtils.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReflexUtils.ftl b/ReflexUtils.ftl index 574d0a2..d033bfb 100644 --- a/ReflexUtils.ftl +++ b/ReflexUtils.ftl @@ -2,7 +2,7 @@ <#-- Concat reflex timestamp with reflex time zone and format this date in ISO UTC format --> <#-- --------------------------------------------------------------------------------------- --> <#function RfxDateTimetoUTC rfxdatetime offset > - <#return (rfxdatetime?datetime("yyyy-MM-dd'T'HH:mm:ss")?iso_utc)> + <#return ((rfxdatetime + offset)?datetime.iso?iso_utc)> <#-- --------------------------------------------------------------------------------------- --> From 9cffad8ffb18064d45342c389345ae25bb8a0a6e Mon Sep 17 00:00:00 2001 From: Vincent Le Maitre Date: Mon, 11 Mar 2024 17:12:45 +0100 Subject: [PATCH 2/3] Snapshot reflex-wms-connector 1.4.0-SNAPSHOT --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9d7c109..8f069ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0-SNAPSHOT +1.4.0-SNAPSHOT From 86afce4b0dff37520deea849a7282f4c556a5630 Mon Sep 17 00:00:00 2001 From: Vincent LEMAITRE Date: Tue, 12 Mar 2024 08:29:59 +0000 Subject: [PATCH 3/3] reverted VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8f069ae..9d7c109 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0-SNAPSHOT +1.3.0-SNAPSHOT