Skip to main content

ISO 8601 utility functions

Project description

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:

date(s)

Parse a date value that does not include time information. Returns a Python date value.

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

0.2.0 (2011-10-10)

Added date function, for completeness.

0.1.0 (2008-05-12)

Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zc.iso8601-0.2.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page