diff options
author | Derick Rethans <derick@php.net> | 2005-06-18 11:15:29 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-06-18 11:15:29 +0000 |
commit | 30efc9f68e39a8d572ecc1918f87b0ddee80a141 (patch) | |
tree | 2a7db43ac08be8bffed390b52bfc5fd8a8722db7 /ext/date/tests/bug27780.phpt | |
parent | db861c394458cc42169750ab1050b3d668ec7092 (diff) | |
download | php-git-30efc9f68e39a8d572ecc1918f87b0ddee80a141.tar.gz |
- Fixed a problem where the timestamp we are looking up a TZ info structure for
was in the last record in the tz database.
- Fixed problem in test case.
Diffstat (limited to 'ext/date/tests/bug27780.phpt')
-rw-r--r-- | ext/date/tests/bug27780.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/bug27780.phpt b/ext/date/tests/bug27780.phpt index 1c10340d47..f1e6eb67bd 100644 --- a/ext/date/tests/bug27780.phpt +++ b/ext/date/tests/bug27780.phpt @@ -99,8 +99,8 @@ Asia/Singapore America/Sao_Paulo 1076810399 [2004-02-14 23:59:59 BRST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds] -1076810400 [2004-02-14 23:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds] -1076810401 [2004-02-14 23:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds] +1076814000 [2004-02-15 00:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds] +1076814001 [2004-02-15 00:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds] 1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days] 1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago] 1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 hours] |