How to change the time zone according to the client's location
1 answer
date_default_timezone_set("Asia/Kolkata");
echo date('d-m-Y H:i:s');
Use this function to set the time zone
http://www.w3schools.com/php/php_ref_timezones.asp
Check this url for time zones
0
source to share