bhupen
10 years agoAdvisor
Show post in PT timestamp?
My settings are correct & the issue is that it is showing ahead of time, not behind. The response I literally just made says Feb 27,2015 it is still Feb 26.2015 all over us. Time stamp are not showing PT
Following is the code using in "thread_detail_pdc6.ftl"
<#if lastEditedRest??>
<#assign lastEditedObject = lastEditedRest.value?datetime("yyyy-MM-dd'T'hh:mm:ss") />
<#assign lastEditedString = relativeTime(lastEditedObject) />
<#else>
<#assign lastEditedString = .now/>
</#if>
Please see the attached image for reference.
Concern how to show post at region date and time specific?
Red area right side date is correct although. left side date is showing wrong. Please suggest how to make it correct?