Am using the below code to view server localtime on my website , but the interesting issue is that its always showing extra one hour from server time e.g.
Code:
<?php /** // Displays in the format Saturday, November 22, 2003 11.38 echo date("l, F d, Y h:i" ,time()); ?>