From 22c9d1aa0d501686bfe4d18e10e89113e5c0e0bf Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 4 Feb 2014 07:55:40 +0700 Subject: libraries/isodate: Added (date/time/duration parser and formater). Signed-off-by: Willy Sudiarto Raharjo --- libraries/isodate/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/isodate/README (limited to 'libraries/isodate/README') diff --git a/libraries/isodate/README b/libraries/isodate/README new file mode 100644 index 0000000000000..cbc58d1165e4e --- /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. -- cgit v1.2.3