Subscribe For Free Updates!

We'll not spam mate! We promise.

Jul 10, 2013

Php to convert UTC time to local time

Php to convert UTC time to local time

Php to convert UTC time to local time






 Here is a simple code to convert UTC time to local time in php. The $dateInLocal displays the UTC time as localtime.


$time = strtotime($dateInUTC.' UTC');
$dateInLocal = date("Y-m-d H:i:s", $time);
echo $dateInLocal;



TechniqZone Socializer Widget
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment