summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-08 13:15:26 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 09:28:40 +0100
commit5056bda77944ccee7a6bc4040a462590c16982b3 (patch)
tree786cd7d9870b459bd7dc7b108ae68c11ba9bbddf /extensions
parentc66e6c536d776414f6bfada650dc25d97dc95803 (diff)
downloadempathy-5056bda77944ccee7a6bc4040a462590c16982b3.tar.gz
Sync Unix_Timestamp64 definition with the spec
It now has the 'x' type.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/generic-types.xml6
1 files changed, 3 insertions, 3 deletions
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)</tp:docstring>
</tp:simple-type>
- <tp:simple-type name="Unix_Timestamp64" type="t">
- <tp:docstring>An unsigned 64-bit integer representing time as the number
+ <tp:simple-type name="Unix_Timestamp64" type="x">
+ <tp:docstring>An signed 64-bit integer representing time as the number
of seconds elapsed since the Unix epoch
- (1970-01-01T00:00:00Z)</tp:docstring>
+ (1970-01-01T00:00:00Z); negative for times before the epoch</tp:docstring>
<tp:rationale>The Text interface is the only user of Unix_Timestamp so
far, and we'd like to be Y2038 compatible in future