1This module handles formatting and parsing of W3CDTF, a W3C sponsored, simplified
2profile of ISO 8601 for the Web.  See: http://www.w3.org/TR/NOTE-datetime
3
4This is the native date/time format for Dublin Core, and RSS.
5
6INSTALLATION
7
8To install this module type the following in the distribution
9directory:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16NOTE
17
18Currently fractional seconds aren't supported by DateTime.pm, and therefore this
19module does not support that part of W3CDTF.
20