Hello,

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()); 

?>
the win server time is 10:00 pm when i excute this php code it shows...