cl-date-time-parser parses date-time-string, and return universal-time and fraction.
parsable date-time formats are:
- RFC822 (RFC1123, RFC2822, RFC5322),
- asctime,
- RFC850 (RFC1036),
- ISO8601 (1988, 2000, 2004, except for no-year format), W3CDTF (subset of ISO 8601)
- RFC3339.
Source: https://github.com/tkych/cl-date-time-parser
Author: Takaya OCHIAI
License: MIT License