Discussions
Categories
Date Timezone Conversion RPL

Phil Allen
Posts: 3 Green Ribbon
Hi,
I'd like to convert the timezone from a column in a supp table.
The conversion needs to happen before I run a data directive to use the newly converted date as a logical expression.
See my example below which is my interpretation of how I think it would work
<#data SuppData as DATA >
<#filter DATA.ID = ID >
<#fields DATE >
<#assign DATE_CONVERTED = DATE?function-that-converts-timezone >
</#data>
Post edited by OIT Integration User on