You should set a default timezone as it's required by PHP5.2+ ``` date_default_timezone_set('Europe/London'); ```
You should set a default timezone as it's required by PHP5.2+