summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-08-29 15:04:18 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-08-29 15:04:18 +0100
commit86a3f1b2ed85b06d7540b9fc696d606d37be3b3b (patch)
treed90d80d486dc8714cc94d3ce1b4324da8f33a30f
parent488def46bf9fbc38f54b0ae6908364561116d430 (diff)
downloadpyiso8601-86a3f1b2ed85b06d7540b9fc696d606d37be3b3b.tar.gz
Updated README
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 5ec9d45..a5f6491 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Currently the following formats are handled:
* 2006-01-01T00:00:00Z
* 2006-01-01T00:00:00[+-]00:00
-I'll add more as I encounter them in my day to day life. Patches with
+I'll add more as I encounter them in my day to day life. Patches with
new formats and tests will be gratefully accepted of course :)
References:
@@ -24,3 +24,9 @@ References:
valid formats.
See the LICENSE file for the license this package is released under.
+
+If you want more full featured parsing look at:
+
+- http://labix.org/python-dateutil - python-dateutil
+
+This was originally hosted at https://code.google.com/p/pyiso8601/