- Right now, any date/time columns in a result set will be returned as strings. - Need to provide a date/time converter implementation (see issue 1) to convert the string value into a Time object. - Time parsing in ruby is notoriously slow. Need to do some investigation into what the fastest possible conversion technique is. - Document the date/time converter in the readme.