iainbeeston / nickel

Nickel extracts date, time, and message information from naturally worded text.
MIT License
113 stars 17 forks source link

Nickel.parse("3pm", Time.now) should not return no occurrences #31

Open codeodor opened 8 years ago

codeodor commented 8 years ago

If it can Nickel.parse("3pm today") I think it should be able to parse "3pm" given a date.

mwlang commented 7 years ago

+1 Was just trying this: Nickel.parse("Yes, I can play at 9am") and I would've expected at least 090000 for start_time