diff options
author | David Hill <ddhill@php.net> | 2003-03-27 14:23:48 +0000 |
---|---|---|
committer | David Hill <ddhill@php.net> | 2003-03-27 14:23:48 +0000 |
commit | 86569cb1542ca6ab7e6dc50613688a47fae5de4f (patch) | |
tree | a0de27a96ac9114a47fcb99a04a3311bb0724b5b | |
parent | 688c24bcaaf5d7a801fcc4714af0afe7cdf91c75 (diff) | |
download | php-git-86569cb1542ca6ab7e6dc50613688a47fae5de4f.tar.gz |
Backing out part of TZ change
-rw-r--r-- | ext/standard/tests/time/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/time/002.phpt b/ext/standard/tests/time/002.phpt index fdf944b7ba..6051047276 100644 --- a/ext/standard/tests/time/002.phpt +++ b/ext/standard/tests/time/002.phpt @@ -33,7 +33,7 @@ if (!@putenv("TZ=EST5") || getenv("TZ") != 'EST5') { echo date ("Y-m-d H:i:s\n", strtotime ($date)); } - putenv ("TZ=EST5"); + putenv ("TZ=US/Eastern"); foreach ($dates as $date) { echo date ("Y-m-d H:i:s\n", strtotime ($date)); } |