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

formatTimeRFC2822 does not parse comments #21

Open
dcastro opened this issue Aug 9, 2023 · 0 comments
Open

formatTimeRFC2822 does not parse comments #21

dcastro opened this issue Aug 9, 2023 · 0 comments

Comments

@dcastro
Copy link

dcastro commented Aug 9, 2023

The parser is not capable of parsing the example7 from the docs:

λ> parseTimeRFC2822 @String "Thu,          13\n     Feb\n  1969\n        23:32\n     -0330 (Newfoundland Time)"
Nothing

A simpler example with less whitespace:

λ> parseTimeRFC2822 @String "Fri, 03 Dec 2010 16:02:30 -0600 (CST)"
Nothing
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