diff options
author | Derick Rethans <derick@php.net> | 2005-07-20 08:31:02 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-07-20 08:31:02 +0000 |
commit | e6c1ff254d0c1b246d83bdaffda0a9403fa5eeba (patch) | |
tree | 8ab4eea135d222934408c686833c2cda8994413d /ext/date/tests/bug33414-2.phpt | |
parent | efcfe44299e3562b538d0b17c5c5b51a432ef44f (diff) | |
download | php-git-e6c1ff254d0c1b246d83bdaffda0a9403fa5eeba.tar.gz |
- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.
Diffstat (limited to 'ext/date/tests/bug33414-2.phpt')
-rw-r--r-- | ext/date/tests/bug33414-2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/bug33414-2.phpt b/ext/date/tests/bug33414-2.phpt index 1567b18c77..1710f67cd2 100644 --- a/ext/date/tests/bug33414-2.phpt +++ b/ext/date/tests/bug33414-2.phpt @@ -106,8 +106,8 @@ result=Tuesday 2005-04-12 00:00:00 CST 0 wanted=Tuesday 00:00:00 TZ=Pacific/Pitcairn - wrong day. -tStamp=Thursday 1970-01-01 17:17:17 PNT 0 -result=Wednesday 1970-01-06 00:00:00 PNT 0 +tStamp=Thursday 1970-01-01 17:17:17 PST 0 +result=Wednesday 1970-01-06 00:00:00 PST 0 wanted=Wednesday 00:00:00 TZ=Pacific/Fakaofo - wrong day. |