summaryrefslogtreecommitdiff
path: root/tests/exslt/date
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-07-29 04:44:20 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-07-29 04:44:20 +0000
commit1b409ab12e25fd0706d4009a32a6074b7333efa2 (patch)
tree89bbe942b3462ca788d5bf915c33b3b208af6461 /tests/exslt/date
parent91cefd843f536e0ce003fa0bc9ee1de036a8c8dc (diff)
downloadlibxslt-1b409ab12e25fd0706d4009a32a6074b7333efa2.tar.gz
libxslt-1b409ab12e25fd0706d4009a32a6074b7333efa2.tar.bz2
libxslt-1b409ab12e25fd0706d4009a32a6074b7333efa2.zip
changed sign of date:seconds as previously posted to the mailing list
* libexslt/date.c test/exslt/data/seconds.1 : changed sign of date:seconds as previously posted to the mailing list * numbers.c: extensive modification to cater for UTF8 within the various routines.
Diffstat (limited to 'tests/exslt/date')
-rw-r--r--tests/exslt/date/seconds.1.out16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/exslt/date/seconds.1.out b/tests/exslt/date/seconds.1.out
index e6a9948d..3447bf87 100644
--- a/tests/exslt/date/seconds.1.out
+++ b/tests/exslt/date/seconds.1.out
@@ -18,20 +18,20 @@ result : -2715010.09
seconds : PT100H100M100.001S
result : 366100.001
seconds : 2001
-result : -978307200
+result : 978307200
seconds : 2001-10-29T10:31:07
-result : -1004351467
+result : 1004351467
seconds : 1970-01-01T00:00:00
result : 0
seconds : 1970-01-01T00:00:01
-result : -1
-seconds : 1969-12-31T23:59:59
result : 1
+seconds : 1969-12-31T23:59:59
+result : -1
seconds : 1969-01-01T00:00:00
-result : 31536000
-seconds : 1971-01-01T00:00:00
result : -31536000
+seconds : 1971-01-01T00:00:00
+result : 31536000
seconds : 0001-01-01T00:00:00
-result : 6.21355968e+10
+result : -6.21355968e+10
seconds : -0001-01-01T00:00:00
-result : 6.21671328e+10
+result : -6.21671328e+10