class Ougai::Formatters::Bunyan

def convert_time(data)

def convert_time(data)
  data[:time] = format_datetime(data[:time])
end