module DateAndTime::Calculations

def copy_time_to(other)

def copy_time_to(other)
  other.change(hour: hour, min: min, sec: sec, nsec: try(:nsec))
end