[Pkg-owncloud-commits] [php-sabredav] 33/66: Setting default tz to UTC, just like vobject.

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 20:08:20 UTC 2014


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

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

commit d38b1deb7535e1b1f7d4cefa10e5671987369e35
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Tue Dec 31 20:44:42 2013 +0100

    Setting default tz to UTC, just like vobject.
---
 tests/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index fd84254..8abd8fe 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -9,7 +9,7 @@ include 'Sabre/CardDAV/Backend/AbstractPDOTest.php';
 include 'Sabre/CardDAV/TestUtil.php';
 include 'Sabre/DAV/ClientMock.php';
 
-date_default_timezone_set('GMT');
+date_default_timezone_set('UTC');
 
 $config = [
     '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