- parse_time(+Text, -Stamp) is semidet
- parse_time(+Text, ?Format, -Stamp) is semidet
- Stamp is a timestamp created from parsing Text using the
representation Format. Currently supported formats are:
- rfc_1123
- Used for the HTTP protocol to represent time-stamps
- iso_8601
- Commonly used in XML documents.