Check-in Number:
|
5070 | |
Date: |
2003-Feb-03 14:34:49 (local)
2003-Feb-03 13:34:49 (UTC) |
User: | thl |
Branch: | |
Comment: |
clarify version 0.6 data format |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-cui/as-cui.pod 1.9 -> 1.10
--- as-cui.pod 2002/12/19 15:16:54 1.9
+++ as-cui.pod 2003/02/03 13:34:49 1.10
@@ -413,7 +413,7 @@
B<entry> ::= B<user> B<uuid> B<crc32> B<revision>
B<date> B<begin> B<end> B<amount>
- B<account> [B<remark>] [# B<sysfeedback>]
+ B<account> B<remark> [# B<sysfeedback>]
B<user> ::= [a-zA-Z][a-zA-Z0-9]*
@@ -421,9 +421,11 @@
B<crc32> ::= B<hex>{8}
+calculated over the fields "user uuid revision date begin end amount account remark"
+
B<revision> ::= [0-9]{1,5}
-B<date> ::= [2-9][0-9]{3}([0][1-9]|[1][0-2])([0][1-9]|[12][0-9]|[3][01])
+B<date> ::= [2-9][0-9]{3}-([0][1-9]|[1][0-2])-([0][1-9]|[12][0-9]|[3][01])
B<begin> ::= B<24h-clock-time>
|
|