Dāvis
                                            Dāvis
                                        
                                    probably same as #344
Seems good. :+1:
Probably `Chronic.debug` should also be per-thread.
Well I think thread safety is needed. To allow configuration, could create `global_time_class` which would be class variable thus global then there would be `time_class` which would return `global_time_class` if...
> However, I do still believe that we should allow setting the time class per Parser instance I'm not saying we shouldn't, it's a must have. That global class variable...
`Chronic.parse("T")` this is bug, it should return `nil` not throw exception. `Chronic.parse('2011 May 09 to 2011 June 28')` this is just unsupported, but still it shouldn't raise exception. It's unsupported...
See #316 Haven't had time to be done with this, but should be soonish.
I'm not sure but I think yeah. This is what is left to do: * Rewrite [TimezoneParser](/davispuh/TimezoneParser) to switch from Marshal to SQLite, I've been working on this when I...
Such format isn't supported.
Yeah, that's why it's also a bug but there are a lot of inputs which could crash it, you should catch those exceptions even if Chronic would be 100% safe.