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.
date_default_timezone_set('Asia/Jakarta');
Placing this in config.php. It works!