You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWI Prolog already has the predicate parse_time/3 which handles RFC 1123.
It would be easy and convenient to support parsing for that format by using the built in. Going the other direction would be handled with format_time/3
SWI Prolog already has the predicate parse_time/3 which handles RFC 1123.
It would be easy and convenient to support parsing for that format by using the built in. Going the other direction would be handled with format_time/3