Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sure thing; I activated a triggered email instead of batch - but the output is still blank value.-MP
In a live email, I see blank value; but in Preview-by-List I see:Mar 6, 2018 10:44:18 PMjava.util.GregorianCalendar[time=1520397858674,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="CST6CDT",offset=-21600000,dstSavings=3600000,useDaylight=true,transitions=149...
Thank you for the detailed reply Sanford. Based on the framework within your blog article, I arrived at the following revision:#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $c...