diff options
-rw-r--r-- | libraries/isodate/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/isodate/README b/libraries/isodate/README index cbc58d1165e4..d1fc7d22a922 100644 --- a/libraries/isodate/README +++ b/libraries/isodate/README @@ -1,6 +1,7 @@ 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. +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. |