class TZInfo::Timezone

def periods_for_local(local_time)

Raises:
  • (ArgumentError) - if `local_time` is `nil`.

Returns:
  • (Array) - the set of {TimezonePeriod}s that are

Parameters:
  • local_time (Object) -- a `Time`, `DateTime` or {Timestamp}.
def periods_for_local(local_time)
  raise_unknown_timezone
end