Mackinaw
14 years agoAdept
GMT date/time adjustment
Hello,
I'm using the following code to enter the current date and time into a freemarker page:
<#assign timeStamp = datesupport.now />
${timeStamp.getDateAsString()} ${timeStamp.timeAsString}
Is there a good way to adjust that to GMT time (short of just adding daylight savings logic and then adding 7 or 8)?
Thank you,
Paul