From 7f5950ffb7afbf812ae6320c509f3aaa195d0c3b Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sun, 4 Apr 2004 18:07:36 +0000 Subject: [PATCH] - Fix test: Any datetime value that exceeds the unix time range should not be unserialized. --- ext/wddx/tests/001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wddx/tests/001.phpt b/ext/wddx/tests/001.phpt index cad4f5bdbf..3aae148530 100644 --- a/ext/wddx/tests/001.phpt +++ b/ext/wddx/tests/001.phpt @@ -18,7 +18,7 @@ array(11) { ["aDateTime2"]=> int(329632332) ["aDateTime3"]=> - string(19) "2040-06-12T04:32:12" + string(22) "2040-06-12T04:32:12+00" ["aBoolean"]=> bool(true) ["anArray"]=> -- 2.50.1