Real life problems solved

Advert

Set timezone in .htaccess for PHP

To set the timezone in .htaccess you can use the following code:

php_value date.timezone 'Europe/London'
Adsense