[Haskell-cafe] RFC 822 date parser

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Fri Feb 17 12:59:58 UTC 2017


On 17 February 2017 at 22:34, David Turner
<dct25-561bs at mythic-beasts.com> wrote:
> Hi all,
>
> Does anyone know of a more up-to-date parser for RFC822-formatted dates than
> the one I can find in the `time-http` package? That package hasn't been
> touched in a while and its dependencies seem rather dated.

Data.Time.Format in the time package has a specified RFC822 format
string that looks like it can be used with it's parser.

Happstack seems to have an RFC822Headers module that might have something.

timerep on Hackage also has an RFC822 module.

>
> Many thanks,
>
> David
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list