# File lib/rbatis.rb, line 20
def Time.from_database(record, column)
  Time.parse(record[column])
end