This commit is contained in:
Laurie MONTANT 2024-03-12 17:47:47 +01:00
commit e5f775605f

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>
<#-- --------------------------------------------------------------------------------------- -->