class Faker::Time

def date_with_random_time(date, period)

def date_with_random_time(date, period)
  ::Time.local(date.year, date.month, date.day, hours(period), minutes, seconds)
end