[Pkg-owncloud-commits] [php-sabredav] 04/24: Possibly a fix for the debian issue. See #425.

David Prévot taffit at moszumanska.debian.org
Tue May 20 17:19:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 1.7
in repository php-sabredav.

commit 7439712d97b9e38e6ba79720f7101152f7fba08c
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Wed Apr 2 20:34:55 2014 -0400

    Possibly a fix for the debian issue. See #425.
---
 tests/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index c3be736..fe200a9 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -9,7 +9,7 @@ set_include_path(__DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATO
 include __DIR__ . '/../vendor/autoload.php';
 include 'Sabre/DAVServerTest.php';
 
-date_default_timezone_set('GMT');
+date_default_timezone_set('UTC');
 
 define("SABRE_TEMPDIR",dirname(__FILE__) . '/temp/');
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list