From 48052a81120198a6152c73057f98d74bbf078c29 Mon Sep 17 00:00:00 2001 From: frea Date: Mon, 11 Mar 2024 14:25:42 +0100 Subject: [PATCH] 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)> <#-- --------------------------------------------------------------------------------------- -->