summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug60236.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug60236.phpt')
-rw-r--r--ext/date/tests/bug60236.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug60236.phpt b/ext/date/tests/bug60236.phpt
index a71bb5a17d..a5c7810629 100644
--- a/ext/date/tests/bug60236.phpt
+++ b/ext/date/tests/bug60236.phpt
@@ -4,7 +4,7 @@ Bug #60236 (TLA timezone dates are not converted properly from timestamp)
date.timezone=America/New_York
--FILE--
<?php
-$t = new DateTime('2010-07-06 18:38:28 EDT');
+$t = new DateTime('2010-07-06 18:38:28 EDT');
$ts = $t->format('U');
var_dump($ts);
$t->setTimestamp($ts);