date_default_timezone_set showing incorrect time

ibragim

New Member
I uploaded the following to a server in the US:\[code\]date_default_timezone_set('Asia/Calcutta'); echo date("Y-m-d H:i:s"); // time in India\[/code\]The time displayed is 15 minutes prior to that of the actual time in India. What am I doing wrong here? What code will always show the time in India accurate to the second?
 
Back
Top