diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:15 -0400 |
commit | d8625a398820e28f903ad75e0c95d958b4c158bc (patch) | |
tree | 758dc09aa0edf99f05f77b8eb382d2dbe3a381d4 /libraries | |
parent | 38e6766f4715a1d0080f5c4ac9f04f60638ca7b4 (diff) |
libraries/isodate: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-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. |