I have hosted my site with 1and1.com Whenever I upload a file it shows US time. I wanted to show IST. How to change it? I have tried this one : date_default_timezone_set('Asia/Calcutta'); But it is not working. Thanks in advance.
Whether you can change the server time depends on how the server is set up. Instead of relying on the host allowing you to change the server time, just adjust the time the user sees (which you do in Javascript).