Skip to content

add instances for UTCTime #113

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

Open
knupfer opened this issue Jan 30, 2016 · 4 comments
Open

add instances for UTCTime #113

knupfer opened this issue Jan 30, 2016 · 4 comments

Comments

@knupfer
Copy link

knupfer commented Jan 30, 2016

Time series are very frequent in statistics and therfore frequent in csv.

@rampion
Copy link

rampion commented Jun 17, 2016

+1

I also found myself wanting to parse timestamp fields.

Perhaps a nice workaround might be to give a way to lift general attoparsec Parsers into Cassava parsers; then I could just reuse the timestamp parsers from something like timeparsers when parsing my timestamps rather than relying on Cassava to have them or reimplementing them myself.

@ivan-m
Copy link
Contributor

ivan-m commented Jul 5, 2017

Is this related to #68?

@ocramz
Copy link

ocramz commented Feb 25, 2018

I just ran into this as well. @hvr would you accept to import time and/or timeparsers and provide FromField/ToField instances of Day etc. ?

@ocramz
Copy link

ocramz commented Feb 25, 2018

There's a PR for this already: #151

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

4 participants