• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D11-Jun-2004291

lib/H05-Apr-20133

LICENSEH A D11-Jun-200420.1 KiB

Makefile.PLH A D11-Jun-2004328

MANIFESTH A D11-Jun-200489

READMEH A D11-Jun-2004498

t/H11-Apr-20135

README

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