Dāvis
Dāvis
But there already is such option... ```ruby Chronic.parse('last weekday', :guess => false, :context => :past, :now => Time.parse('2017-10-24')) => 2017-10-23 00:00:00 +0300..2017-10-24 00:00:00 +0300 Chronic.parse('last weekday', :guess => false, :context...
Currently it's not possible, but in my `rewrite` branch it would be very simple to implement it.
I would say currently there isn't really any maintainer since I just happened to work on this but I wouldn't call myself as a real maintainer. I just want to...
I've been working on `rewrite` for some time, it will be finished soonish, see #347 There it's super easy to add support for new formats, and I just added this...
It works a bit better in my [rewrite branch](/davispuh/chronic/tree/rewrite), for more info see #278 But that rewrite isn't really finished yet... and there it would be really easy to add...
I don't think this is that useful generally for anyone else to be in Chronic. Especially if you parse date in past or in future then how current time is...
It is kinda known issue there are a lot of bugs with current Chronic release as you can see from issue count. Most of them, including this one is fixed...
About it's state you can read https://github.com/mojombo/chronic/issues/344#issuecomment-320060105 Basically it already should be fine to use, only thing that's not done is timezone name support and there might be issues about...
Returns `nil` in my `rewrite` branch
Seems to work in my `rewrite` branch