Hi,
I am using windows XP and running a local server on my PC.
I am using the following PHP code to generate the current System time:
To my surprise, I see the output as 2:36 pm where as my localtime is 8:08 PMCode:<?php echo date("g:i a", time()) ;?>
Why is there approx 6.3 hrs of difference b/w my system time and my local server time?
Any help will be appreciated
Thanx



Reply With Quote

Bookmarks