[Telepathy-commits] [telepathy-spec/master] generic-types.xml: explicitly say that Unix_Timestamp and Unix_Timestamp64 are in seconds

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Aug 29 09:52:38 PDT 2008


---
 spec/generic-types.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/spec/generic-types.xml b/spec/generic-types.xml
index f0801b4..480b2c9 100644
--- a/spec/generic-types.xml
+++ b/spec/generic-types.xml
@@ -2,13 +2,15 @@
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
   <tp:simple-type name="Unix_Timestamp" type="u">
-    <tp:docstring>An unsigned 32-bit integer representing time since
-      the Unix epoch (1970-01-01T00:00:00Z)</tp:docstring>
+    <tp:docstring>An unsigned 32-bit integer representing time as the number
+      of seconds elapsed since the Unix epoch
+      (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 since
-      the Unix epoch (1970-01-01T00:00:00Z)</tp:docstring>
+    <tp:docstring>An unsigned 64-bit integer representing time as the number
+      of seconds elapsed since the Unix epoch
+      (1970-01-01T00:00:00Z)</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
-- 
1.5.6.3



More information about the Telepathy-commits mailing list