subunit: Import new version.
[Samba/fernandojvsilva.git] / lib / subunit / python / iso8601 / README
blob5ec9d45597b0cb92060b624bac9aacb15a35d827
1 A simple package to deal with ISO 8601 date time formats.
3 ISO 8601 defines a neutral, unambiguous date string format, which also
4 has the property of sorting naturally.
6 e.g. YYYY-MM-DDTHH:MM:SSZ or 2007-01-25T12:00:00Z
8 Currently this covers only the most common date formats encountered, not
9 all of ISO 8601 is handled.
11 Currently the following formats are handled:
13 * 2006-01-01T00:00:00Z
14 * 2006-01-01T00:00:00[+-]00:00
16 I'll add more as I encounter them in my day to day life. Patches with 
17 new formats and tests will be gratefully accepted of course :)
19 References:
21 * http://www.cl.cam.ac.uk/~mgk25/iso-time.html - simple overview
23 * http://hydracen.com/dx/iso8601.htm - more detailed enumeration of
24   valid formats.
26 See the LICENSE file for the license this package is released under.