diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-04 07:55:40 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:08 -0600 |
commit | 22c9d1aa0d501686bfe4d18e10e89113e5c0e0bf (patch) | |
tree | 279b954a9f4ae03037b05714457981c5f4cf30c9 /libraries/isodate/README | |
parent | 9785d5e048c2b2fd7b8ea840b841c5c8a318ca54 (diff) | |
download | slackbuilds-22c9d1aa0d501686bfe4d18e10e89113e5c0e0bf.tar.gz |
libraries/isodate: Added (date/time/duration parser and formater).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/isodate/README')
-rw-r--r-- | libraries/isodate/README | 6 |
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. |