<?php
echo "Default TZ: ", date_default_timezone_get();
$r = new \ReflectionExtension('date');
echo $r->info();
apt-get install php-pear php5-dev build-essential
pecl install timezonedb
echo "extension=timezonedb.so" > /etc/php5/conf.d/timezonedb.ini
/etc/init.d/apache2 restart