Coder Social home page Coder Social logo

date parsing about feed HOT 10 CLOSED

joeyh avatar joeyh commented on May 4, 2024
date parsing

from feed.

Comments (10)

sof avatar sof commented on May 4, 2024

There's not overwhelming adherence to what the specs say on date formatting, though. Feel free to come up with reliable parsing of dates in Haskell for feeds & submit a pull request.

(I've had to spend months to get date handling reliable and right for a commercial service that's currently processing 10k feeds or so from around the globe. Not done in Haskell. People do the strangest things when it comes to dates.)

from feed.

joeyh avatar joeyh commented on May 4, 2024

sof wrote:

There's not overwhelming adherence to what the specs say on date formatting,
though. Feel free to come up with reliable parsing of dates in Haskell for
feeds & submit a pull request.

Would a Maybe Date be acceptable that works on dates that do conform to
the standards?

see shy jo

from feed.

sof avatar sof commented on May 4, 2024

I don't like that too much, you're left with nothing if it fails.

from feed.

joeyh avatar joeyh commented on May 4, 2024

sof wrote:

I don't like that too much, you're left with nothing if it fails.

Either String Date then?

see shy jo

from feed.

pxqr avatar pxqr commented on May 4, 2024

That would be great since an API user will want to parse it anyway. Currently I use "%a, %e %b %Y %H:%M:%S %Z" to parse pubdate, but not sure it will work everywhere.

from feed.

sof avatar sof commented on May 4, 2024

I don't mind putting in a rfc822-like parser like that, but it won't be sufficient in general. (And I really don't want to take on providing reliable parsing of feed dates.)

So, how about:

getItemPublishDate :: ItemGetter (Maybe Date)
getItemPublishDateString :: ItemGetter DateString

with the former returning Nothing if there isn't a pub date, but (Just Nothing) if it was unparseable. And documented as only supporting RFC822.

from feed.

sof avatar sof commented on May 4, 2024

40dfafe

from feed.

joeyh avatar joeyh commented on May 4, 2024

Seems to me this at least also needs to support RFC3339 dates as used in Atom.

from feed.

sof avatar sof commented on May 4, 2024

Slippery slope.. pull request?

from feed.

sof avatar sof commented on May 4, 2024

8284671

from feed.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.