<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>zc.iso8601</name>
<shortdesc>ISO 8601 utility functions</shortdesc>
<description>==========================
ISO 8601 utility functions
==========================

This package collects together functions supporting the data formats described
in ISO 8601.  Time zone support is provided by the ``pytz`` package.

The following functions are provided in the ``zc.iso8601.parse`` module:

``datetime(s)``
  Parse a date-time value that does not include time-zone information.
  Returns a Python datetime value.

``datetimetz(s)``
  Parse a date-time value that includes time-zone information.  Returns a
  Python datetime value in the UTC timezone.


Changes
-------

1.0.0 (2008-05-12)
~~~~~~~~~~~~~~~~~~

Initial release.</description>
<homepage rdf:resource="http://pypi.python.org/pypi/zc.iso8601/" />
<maintainer><foaf:Person><foaf:name>Fred Drake</foaf:name>
<foaf:mbox_sha1sum>6147895efab9044413cb5dd0760a1e4d3649f7f2</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.0</revision></Version></release>
</Project></rdf:RDF>