Dāvis
Dāvis
I was working to improve Chronic support for different date/time formats and get rid of all those regexp hacks. It all went well at start until I had to deal...
yeah, well sorry it's taking quite a lot of time as I've other projects also ongoing and there's never enough time. Anyway I just now pushed [TimezoneParser](/davispuh/TimezoneParser). It's not finished...
I've finally finished [TimezoneParser](https://github.com/davispuh/TimezoneParser) yey :) also documented most of methods and pushed gem. It works perfectly and I don't have any plans for new features unless there will be...
It's fixed/works in my `rewrite` branch.
That's not implemented.
It's not really supported, it kinda works for some texts/cases but if text contains any keyword it most likely will be parsed wrongly. If you remove `from` and `one` from...
It's fixed in my unfinished rewrite branch.
That's kinda expected behavior. There are 3 different ways how to interpret it and it just guesses it as best as it's possible. In `lib/chronic/definition.rb` you can see there is...
Default I don't think so. But you could remove other formats with monkey patching. Anyway firstly you need to pass `:endian_precedence => [:middle]` so it doesn't use `dd/mm/yy` and then...
It will be fixed when `rewrite` branch will be finished and merged in `master`.