diff --git a/RoboFile.php b/RoboFile.php index 423f404..015e64b 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -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'); } /**