30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 22:10:50 +00:00

Added default timezone

This commit is contained in:
Yves Hoppe 2015-11-02 11:22:39 +01:00
parent 352e063196
commit c07f0d03b7

View File

@ -52,6 +52,9 @@ class RoboFile extends \Robo\Tasks
$this->cmsPath = $this->getCmsPath();
$this->executableExtension = $this->getExecutableExtension();
// Set default timezone (so no warnings are generated if it is not set)
date_default_timezone_set('UTC');
}
/**