summaryrefslogtreecommitdiffstats
path: root/libraries/isodate/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/isodate/README')
-rw-r--r--libraries/isodate/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/isodate/README b/libraries/isodate/README
new file mode 100644
index 0000000000..cbc58d1165
--- /dev/null
+++ b/libraries/isodate/README
@@ -0,0 +1,6 @@
+An ISO 8601 date/time/duration parser and formater.
+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.