Simply put, this adds the date and time to your footer. Clicking it will take you to the Preferences page, where you can change the time zone. (Note: I'm hoping to adjust it to make it to show just the time once I figure out that code.) To install, go to <ul class="footerLinks"> in the "footer" template, and add the following code before the </ul> tag. 代码: <li><a href="{xen:link 'account/preferences'}"><div class="time muted">{xen:datetime $datetime, 'absolute'}</div></a></li> Then...you're done