diff options
author | Derick Rethans <derick@php.net> | 2011-11-25 15:47:11 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2011-11-25 15:47:11 +0000 |
commit | 016e57a712d867cb66247aa7a66717597649dfae (patch) | |
tree | 1638494796650073ca1c2b76b6c0c30d487ba3f6 | |
parent | 45ae82d3f13c9ba7e4625ca0c267ed0e98f904c4 (diff) | |
download | php-git-016e57a712d867cb66247aa7a66717597649dfae.tar.gz |
- Force setting for tests.
-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'); |