Re: [MrProject] XML format for calendars
Christian Rose <[email protected]> 10 Dec 2002 13:17:07 +0100
| Newsgroups | gmane.comp.gnome.apps.mr-project.devel |
|---|---|
| Message-ID | <[email protected]> |
mån 2002-12-09 klockan 12.36 skrev Mikael Hallendal: > <day-type id="1" name="Work day" description="A working day"> > <interval start="08.30" end="11.30"/> Minor nitpick: Although "08.30" is an accepted and official format in some countries, ISO 8601 (http://www.cl.cam.ac.uk/~mgk25/iso-time.html) specifies the use of colon as the separator, or no separator at all. So "08:30" or "0830" should probably be used in the file format. Christian