- http_timestamp(?Time:timestamp, ?Text:atom) is det
- Convert between a SWI-Prolog time stamp and a string in HTTP format
(RFC1123). When parsing, it accepts RFC1123, RFC1036 and ASCTIME
formats. See parse_time/3.
- Errors
- -
syntax_error(http_timestamp(Text))
if the string cannot
be parsed.