Recent Video
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())?>


