Browse wiki
This entry published by the Free Software Foundation.
| ISODate |
| Computer languages | Python + |
|---|---|
| Full description | This module implements ISO 8601 date, time … This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. d by the Python date and datetime classes. |
| Homepage URL | http://cheeseshop.python.org/pypi/isodate + |
| Interface | library + |
| Is GNU | false + |
| Keywords | format + , Python + , time + , date + , standard + , parse + , formatter + , ISO + , ISO 8601 + |
| Last review by | Kelly Hopkins + |
| Last review date | 31 August 2009 + |
| License | BSD 3Clause + |
| License verified by | Kelly Hopkins + |
| License verified date | 27 August 2009 + |
| Name | ISODate + |
| Programming-language | python + |
| Real name | Gerhard Weis + |
| Revisionid | 549 + |
| Revisiontimestamp | 12 April 2011 12:28:24 + |
| Revisionuser | WikiSysop + |
| Role | Maintainer + |
| Short description | an ISO 8601 date, time, duration parser and formater. + |
| Software-development | programming-language + |
| Submitted by | Database conversion + |
| Submitted date | 1 April 2011 + |
| Use | software-development + |
| User level | intermediate + |
| Version date | 21 August 2009 + |
| Version download | http://pypi.python.org/packages/source/i/isodate/isodate-0.4.0.tar.gz#md5=74eb2ffca6ab3318d6627f25f88e24e5 + |
| Version identifier | 0.4.0 + |
| Version status | beta + |
| Modification dateThis property is a special property in this wiki. | 24 May 2012 22:30:35 + |
| Page has default formThis property is a special property in this wiki. | Entry + |
| EmailThis property is a special property in this wiki. | gerhard.weis@proclos.com + |
| hide properties that link here |
| ISODate#2 + | License of |
|---|---|
| ISODate#1 + | Person of |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
