KEP-0017.txt

Christian Mollekopf mollekopf at kolabsys.com
Mon Jun 4 14:03:39 CEST 2012


 KEP-0017.txt |   28 +++++-----------------------
 1 file changed, 5 insertions(+), 23 deletions(-)

New commits:
commit e13002b7ffdf03e6c78dfa4493876e7e13804296
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Mon Jun 4 13:34:46 2012 +0200

    Revert "We need both lastmodified-date and dtstamp for iTip, and on top of that used the wrong property for the last-modified date."
    
    This reverts commit df656c5c34aca10501523ebab04967780fd7c192.
    
    Fix misinterpretation.

diff --git a/KEP-0017.txt b/KEP-0017.txt
index 4263f4c..966e4aa 100644
--- a/KEP-0017.txt
+++ b/KEP-0017.txt
@@ -114,7 +114,7 @@ Implements:
 
   value-lastmodified-date = ( [[#Date-Time]] )
 
-''The date-time timestamp when the objects content was last modified.''
+''The date-time timestamp when the object was last modified.''
 
 The date-time '''MUST''' be in UTC.
 
@@ -123,23 +123,8 @@ This property '''MUST''' be updated whenever an object is modified.
 {{note|xCard|Note that xCard uses a timestamp element instead of a date-time element for the "ref" property.}}
 
 Implements:
-* {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.7.3 section-3.8.7.3]
-* {{rfc|6350}} [https://tools.ietf.org/html/rfc6350#section-6.7.4 section-6.7.4]
-
-==== Timestamp ====
-
-  value-timestamp = ( [[#Date-Time]] )
-
-''The date-time timestamp when the object instance was created.''
-
-The date-time '''MUST''' be in UTC.
-
-This property '''MUST''' be updated whenever an object instance is created (e.g. by serializing an object).
-
-{{note|last-modified|This property should be updated every-time the object is written out, while the last-modified date should only be updated when the objects properties have been modified (i.e. when the user edited the object).}}
-
-Implements:
 * {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.7.2 section-3.8.7.2]
+* {{rfc|6350}} [https://tools.ietf.org/html/rfc6350#section-6.7.4 section-6.7.4]
 
 ==== Product ID ====
 
@@ -835,8 +820,7 @@ Implements:
     element properties {
       element uid { [[#UID|text-uid]] },
       element created { [[#Creation date]] },
-      element last-modified { [[#Last modification date]] } ?,
-      element dtstamp { [[#Timestamp]] },
+      element dtstamp { [[#Last modification date]] },
       element sequence { [[#Sequence]] }, ?
       element class { [[#Classification]] } ?,
       element categories { [[#Categories|property-categories]] } ?,
@@ -879,8 +863,7 @@ Implements:
     element properties {
       element uid { [[#UID|text-uid]] },
       element created { [[#Creation Date]] },
-      element last-modified { [[#Last modification date]] } ?,
-      element dtstamp { [[#Timestamp]] },
+      element dtstamp { [[#Last modification date]] },
       element sequence { [[#Sequence]] }, ?
       element class { [[#Classification]] } ?,
       element categories { [[#Categories|property-categories]] } ?,
@@ -923,8 +906,7 @@ Implements:
     element properties {
       element uid { [[#UID|text-uid]] },
       element created { [[#Creation Date]] },
-      element last-modified { [[#Last modification date]] } ?,
-      element dtstamp { [[#Timestamp]] },
+      element dtstamp { [[#Last modification date]] },
       element sequence { [[#Sequence]] }, ?
       element class { [[#Classification]] } ?,
       element categories { [[#Categories]] } ?,





More information about the commits mailing list