In  root/base/page/<a href="http://recent.tt">recent.tt</a> one can find this:<div><br></div><div>    [% page.content.created.hms(&quot;:&quot;) %]</div><div><br></div><div>It could be changed to use Template::Plugin::Date like so</div>
<div><br></div><div>  [% USE date(format = &#39;%H:%M:%S&#39;) %]</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>  [% date.format(page.content.created.epoch) %]</div><div><br></div><div>For me this changed the time from UTC to Local, but one could always add the offset manually if need be like:</div>
<div><br></div><div>  [% SET two_hours = 7200 %]</div><div>  [% date.format(page.content.created.epoch - two_hours) %]</div><div><div> </div><div><br></div><div>- mateu</div><div><br></div><br><div class="gmail_quote">2011/2/10 Marcus Ramberg <span dir="ltr">&lt;<a href="mailto:marcus@nordaaker.com">marcus@nordaaker.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>
            <div>
                <span>Hi. I am afraid there is no explicit time zone support in MojoMojo at the moment. It will display whatever timezone your server is set up with. Patches are welcome to improve this.</span></div><div>
<br></div><div><span>-- <br><font color="#888888">Marcus Ramberg<br>Chief Yak Shaver <div>Nordaaker Consulting</div><br></font></span><div><div></div><div class="h5">
                
                <p style="color:#a0a0a0">On Monday, February 7, 2011 at 6:53 PM, Russell McOrmond wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
                    <span><div><div>This may be a silly question, but what is the right method to set the <br>timezone in a way that MojoMojo will pick it up?  Currently all times <br>are displayed as UTC, and I want to set to the local time zone.<br>
<br>Thank you<br><br>_______________________________________________<br>Mojomojo mailing list<br><a href="mailto:Mojomojo@lists.scsys.co.uk" target="_blank">Mojomojo@lists.scsys.co.uk</a><br><a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/mojomojo" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/mojomojo</a><br>
</div></div></span>
                
                
                
                
                </blockquote>
                
                <div>
                    <br>
                </div>
            </div></div></div>
        </div><br>_______________________________________________<br>
Mojomojo mailing list<br>
<a href="mailto:Mojomojo@lists.scsys.co.uk">Mojomojo@lists.scsys.co.uk</a><br>
<a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/mojomojo" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/mojomojo</a><br>
<br></blockquote></div><br></div>