mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
22c9d1aa0d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
343 B
Text
6 lines
343 B
Text
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.
|