Given that you are using apache from what you mention .htaccess:
Yes, as long as it runs mod_php, this is possible in .htaccess as follows:
php_value date.timezone "Europe/Berlin"
Or you can set date.timezone in php.ini, as suggested by Karl Lavrenti Ruos. This would only be possible if you have access to your php configuration. Remember to restart PHP (CGI mode) or your web server (mod_php) after changing php.ini.
Hikaru-shindo
source share