Recent Video


Enter your email address:

Delivered by FeedBurner

Random Quote

A positive attitude will not solve all your problems, but it will annoy enough people to make it worth the effort.
 - Herm Albright

Yearly Archives

Categories

HowTo Determine Your Server’s Time

Posted on 2008-10-01

Question: How can I determine my server’s time?

Answer: One way of doing this is to put the following code in a template with PHP parsed on input:

<?php print date("F d, Y H:i:s T"time())?>