bo: doc/kolab-formats commonfields.sgml, 1.3, 1.4 overview.sgml, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Tue Jun 15 14:59:43 CEST 2004


Author: bo

Update of /kolabrepository/doc/kolab-formats
In directory doto:/tmp/cvs-serv20218

Modified Files:
	commonfields.sgml overview.sgml 
Log Message:
Fix date and datetime to the common format

Index: commonfields.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/commonfields.sgml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- commonfields.sgml	15 Jun 2004 12:45:41 -0000	1.3
+++ commonfields.sgml	15 Jun 2004 12:59:40 -0000	1.4
@@ -141,7 +141,7 @@
           <day>Monday</day>
           <day>Thursday</day>
           <range type="Number">5</range>
-          <exception>20050504</exception>
+          <exception>2005-05-04</exception>
         </recurrence>
 ]]></programlisting></para>
 
@@ -152,7 +152,7 @@
         <recurrence cycle="Monthly" type="Daynumber">
           <interval>2</interval>
           <date>3</date>
-          <range type="Date">20060601</range>
+          <range type="Date">2006-06-01</range>
         </recurrence>
 ]]></programlisting></para>
 
@@ -165,8 +165,8 @@
           <daynumber>2</daynumber>
           <day>Thursday</day>
           <range type="None"/>
-          <exception>20051212</exception>
-          <exception>20060615</exception>
+          <exception>2005-12-12</exception>
+          <exception>2006-06-15</exception>
         </recurrence>
 ]]></programlisting></para>
 
@@ -178,7 +178,7 @@
           <interval>1</interval>
           <date>4</date>
           <month>June</month>
-          <range type="Date">20051231</range>
+          <range type="Date">2005-12-31</range>
         </recurrence>
 ]]></programlisting></para>
 

Index: overview.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/overview.sgml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- overview.sgml	15 Jun 2004 12:45:41 -0000	1.4
+++ overview.sgml	15 Jun 2004 12:59:40 -0000	1.5
@@ -68,10 +68,12 @@
 
 <listitem><para>Number (actually an int)</para></listitem>
 
-<listitem><para>Date YYYYMMDD</para></listitem>
+<listitem><para>Date YYYY-MM-DD</para></listitem>
 
-<listitem><para>Datetime YYYYMMDDHHMMSS - always in
-UTC</para></listitem>
+<listitem><para>Datetime YYYY-MM-DDThh:mm:ss - always in
+UTC. The T is the literal char, and always needs to be between the
+date and the time. Example could be 2004-05-04T15:00:00.
+</para></listitem>
 
 <listitem><para>Color 0xRRGGBB</para></listitem>
 





More information about the commits mailing list