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.
History
Fixed in 9.3.13 (👉f75a0e7) Steadfastness of http_timestamp/2