nickel icon indicating copy to clipboard operation
nickel copied to clipboard

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

Open codeodor opened this issue 9 years ago • 1 comments

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

codeodor avatar Jan 28 '16 17:01 codeodor

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

mwlang avatar Apr 03 '17 23:04 mwlang