I\'m trying to change the default PHP timezone to Asia/Calcutta by accessing the /etc/php5/cli/php.ini file and changing
Asia/Calcutta
/etc/php5/cli/php.ini
[Date] ;
You can change it in the code without touching the ini file, at the beginning of your code add:
date_default_timezone_set('Asia/Calcutta')