instance method
periods_for_local
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
periods_for_local(local)
Returns the set of TimezonePeriod instances that are valid for the given local time as an array. If you just want a single period, use period_for_local instead and specify how ambiguities should be resolved. Returns an empty array if no periods are found for the given time.
Parameters
-
localreq
Source
# File activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb, line 296
def periods_for_local(local)
raise UnknownTimezone, 'TZInfo::Timezone constructed directly'
end
Defined in activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb line 296
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in TZInfo::Timezone