initial import

This commit is contained in:
2023-08-29 09:46:06 +02:00
parent 9872f3cf4a
commit b64d900833
67 changed files with 2234 additions and 0 deletions

9
ReflexUtils.ftl Normal file
View File

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