my project is hosted on shared server and i want to change the timezone to Asia/Kolkata. i have tried setting timezone using htaccess file but failed.
Please add the below code in the index.php file of the your Codeigniter project
datedefaulttimezoneset(‘Asia/Kolkata’);
Or You can also change using the php.ini file.
Also for more help visit http://www.tutorial-hub.com/top-interview-questions-and-answers-codeigniter-framework/