> > Hi there, > Hi Paul, > I added the code below (which is > pretty much identical to the DateTime modification included with Runt) > and now it works (plus it's a lot faster), but I'm wondering if > there's any unintended consequences I should be looking out for? None that I can think of. > If not, would it make sense to include this in the Runt gem? Yes, definitely. Can you please send me either a failing test case demonstrating the issue or give me some more details about 'event.created_at' ('event.created_at' returns a Time instance, true?). Either way I will be happy to add it. > > class Time > include Runt::DPrecision > > attr_accessor :date_precision > > def date_precision > return @date_precision unless @date_precision.nil? > return Runt::DPrecision::DEFAULT > end > end > Thanks for using Runt and helping to make it better! -Matt