]> granicus.if.org Git - php/commitdiff
Fixed test
authorXinchen Hui <laruence@php.net>
Sun, 29 Jun 2014 10:00:31 +0000 (18:00 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 29 Jun 2014 10:00:31 +0000 (18:00 +0800)
ext/intl/tests/dateformat_localtime.phpt

index 79f297db74c5ce990b964fdeeca6f1de5947f544..4d185c232ddf53fb101bcf26a164cc3f91b5debb 100644 (file)
@@ -3,6 +3,8 @@ datefmt_localtime_code() icu <= 4.2
 --SKIPIF--
 <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
 <?php if(version_compare(INTL_ICU_VERSION, '4.3', '<') != 1) print 'skip'; ?>
+--INI--
+date.timezone=UTC
 --FILE--
 <?php