I have hosted my PHP website on godaddy, it is working fine. But the problem is it is showing timezone to American/Phoneix which i want to change in Asia/Karachi.
So i found that i have to put this (date.timezone = "Asia/Karachi") line in PHP.ini file. So i have paste it into php.ini which is located at root of my site. but still timezone to American/Phoneix. What i am doing wrong?
I have also tried to write this (date.timezone = "Asia/Karachi") line in htaccess file but it also didn't work.
Remember i am unable to reload my server at godaddy.