Date Conversion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi everyone,
 
A small problem..Help me out of this.
 
I have to convert the server date and time to my local date and time i.e Indian standard time(IST)(or to my system time).
 
My program is :
<?php
$display=date("F d, Y");
$time=date("H:i:s");
echo $display."<br>";
echo $time;
?>
 
which displays the server date & time which is in the time Zone PST.
So please tell how to convert this date to my local date & time(IST).
 
Note: IST is +0530 GMT
 
------------SuDeEp..........



Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more.

[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux