]> granicus.if.org Git - php/commitdiff
- Make ext/date happy if present
authorMarcus Boerger <helly@php.net>
Sun, 21 Jan 2007 20:22:36 +0000 (20:22 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 21 Jan 2007 20:22:36 +0000 (20:22 +0000)
ext/phar/tests/phar_test.inc

index b4198127443cc68618e473f428b06d74dc45ad2a..36ab85a29bb5cc9e6b3d645c29be7fc8307a8de6 100755 (executable)
@@ -1,5 +1,9 @@
 <?php
 
+if (function_exists('date_default_timezone_set')) {
+       date_default_timezone_set('UTC');
+}
+
 $manifest = '';
 $glags = 0;