summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug45529.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug45529.phpt')
-rw-r--r--ext/date/tests/bug45529.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug45529.phpt b/ext/date/tests/bug45529.phpt
index b5d1d6a8ef..25c6f131b5 100644
--- a/ext/date/tests/bug45529.phpt
+++ b/ext/date/tests/bug45529.phpt
@@ -12,7 +12,7 @@ $d->setTimeZone($tz1);
echo $d->format(DATE_ISO8601), PHP_EOL;
$d = new DateTime('2008-01-01 12:00:00+0200');
$d->setTimeZone($tz2);
-echo $d->format(DATE_ISO8601), PHP_EOL;
+echo $d->format(DATE_ISO8601), PHP_EOL;
?>
--EXPECT--
UTC