zc.iso8601 0.1.0
ISO 8601 utility functions
Latest Version: 0.2.0
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| zc.iso8601-0.1.0.tar.gz (md5) | Source | 2008-05-13 | 5KB | 1433 | |
- Author: Fred Drake
- Home Page: http://pypi.python.org/pypi/zc.iso8601/
- License: ZPL 2.1
- Platform: any
- Categories
- Package Index Owner: fdrake
- DOAP record: zc.iso8601-0.1.0.xml
