You've already forked reflex-wms-connector
initial import
This commit is contained in:
9
ReflexUtils.ftl
Normal file
9
ReflexUtils.ftl
Normal 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user