Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support RFC 1123 times with parse_time/3 #6

Open
mndrix opened this issue Apr 5, 2014 · 1 comment
Open

support RFC 1123 times with parse_time/3 #6

mndrix opened this issue Apr 5, 2014 · 1 comment

Comments

@mndrix
Copy link
Contributor

mndrix commented Apr 5, 2014

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

@mndrix
Copy link
Contributor Author

mndrix commented Aug 7, 2014

As of commit 4c55702 parsing is supported through a UI hack. Parse the RFC 1123 string with rfc3339(...) and everything works. This is ugly and doesn't support generating these timestamps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant