SCPN1-6130

This commit is contained in:
Francis REAT 2024-03-05 15:05:51 +01:00
parent 3b98560221
commit 97b3eb3d97

View File

@ -2,8 +2,7 @@
<#-- Concat reflex timestamp with reflex time zone and format this date in ISO UTC format --> <#-- Concat reflex timestamp with reflex time zone and format this date in ISO UTC format -->
<#-- --------------------------------------------------------------------------------------- --> <#-- --------------------------------------------------------------------------------------- -->
<#function RfxDateTimetoUTC rfxdatetime offset > <#function RfxDateTimetoUTC rfxdatetime offset >
<#assign datetimeUTC = JsonUtil.createUTCDateTime(rfxdatetime,time_zone_rfx , "yyyy-MM-dd'T'HH:mm:ss") /> <#return (rfxdatetime?datetime("yyyy-MM-dd'T'HH:mm:ss")?iso_utc)>
<#return (datetimeUTC)>
</#function> </#function>
<#-- --------------------------------------------------------------------------------------- --> <#-- --------------------------------------------------------------------------------------- -->