M
MaggotChild
Chronic.parse 'past 2 months', :guess => false
=> Sun Aug 16 18:01:15 -0700 2009..Sun Aug 16 18:01:16 -0700 2009
past 2 months represent time spans not a single day.
that works, but these don't:
These are inconsistent. Please tell me I'm missing something.
=> Sun Aug 16 18:01:15 -0700 2009..Sun Aug 16 18:01:16 -0700 2009
past 2 months represent time spans not a single day.
=> Sun Oct 04 00:00:00 -0700 2009..Sun Oct 11 00:00:00 -0700 2009Chronic.parse 'this past week', :guess => false
that works, but these don't:
=> Sun Oct 02 14:00:00 -0700 2009..Sun Oct 02 14:00:01 -0700 2009Chronic.parse 'past 2 weeks', :guess => false
=> Tue Sep 01 14:00:00 -0700 2009..Tue Sep 01 14:00:01 -0700 2009Chronic.parse 'this past 2 months', :guess => false
These are inconsistent. Please tell me I'm missing something.