class Range

def each_with_time_with_zone(&block)

def each_with_time_with_zone(&block)
  ensure_iteration_allowed
  each_without_time_with_zone(&block)
end