diff options
-rw-r--r-- | ext/date/tests/bug60236.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug60236.phpt b/ext/date/tests/bug60236.phpt index b2bb62b02e..c82bf176d7 100644 --- a/ext/date/tests/bug60236.phpt +++ b/ext/date/tests/bug60236.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #60236: TLA timezone dates are not converted properly from timestamp +--INI-- +date.timezone=America/New_York --FILE-- <?php $t = new DateTime('2010-07-06 18:38:28 EDT'); |