SCPN1-6130

This commit is contained in:
Francis REAT 2024-03-11 14:25:42 +01:00
parent 5af4faf052
commit 48052a8112

View File

@ -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)>
</#function>
<#-- --------------------------------------------------------------------------------------- -->