- libevent diagnostics
[m6w6/ext-http] / tests / date_002.phpt
index bf89a5116abc90638c49727b8e1022937fdf1f6e..1623595f87d69c0cd42128ae0697840e7447d8fd 100644 (file)
@@ -7,6 +7,7 @@ include 'skip.inc';
 --FILE--
 <?php
 echo "-TEST\n";
+ini_set('date.timezone', 'GMT');
 $d = http_date();
 $t = strtotime($d);
 var_dump($t > 1);