From 5056bda77944ccee7a6bc4040a462590c16982b3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 8 Mar 2010 13:15:26 +0100 Subject: Sync Unix_Timestamp64 definition with the spec It now has the 'x' type. --- extensions/generic-types.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/generic-types.xml') diff --git a/extensions/generic-types.xml b/extensions/generic-types.xml index fe27d36c9..fdab14be8 100644 --- a/extensions/generic-types.xml +++ b/extensions/generic-types.xml @@ -7,10 +7,10 @@ (1970-01-01T00:00:00Z) - - An unsigned 64-bit integer representing time as the number + + An signed 64-bit integer representing time as the number of seconds elapsed since the Unix epoch - (1970-01-01T00:00:00Z) + (1970-01-01T00:00:00Z); negative for times before the epoch The Text interface is the only user of Unix_Timestamp so far, and we'd like to be Y2038 compatible in future -- cgit v1.2.3