summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-11-17 18:25:16 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-11-17 18:25:16 +0000
commit95c6c6d2cd0c0372311c782d2237a3c455045268 (patch)
tree68290c73a5e764be44947953146758098f36bdd4
parentd7346692304ef365014362321360fa828ab28cbc (diff)
downloadphp-git-95c6c6d2cd0c0372311c782d2237a3c455045268.tar.gz
Fixed test.
-rw-r--r--ext/date/tests/bug35218.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug35218.phpt b/ext/date/tests/bug35218.phpt
index 59af2d1e3d..725f03c4aa 100644
--- a/ext/date/tests/bug35218.phpt
+++ b/ext/date/tests/bug35218.phpt
@@ -2,7 +2,7 @@
Bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
--FILE--
<?php
-
+date_default_timezone_set("UTC");
$date = 'Sun, 13 Nov 2005 22:56:10 -0800 (PST)';
$date_fixed = 'Sun, 13 Nov 2005 22:56:10 -0800';