Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.1.0) is shown here.
period_for_local(time, dst=true)
public
Available so that TimeZone instances respond
like TZInfo::Timezone instances
# File activesupport/lib/active_support/values/time_zone.rb, line 278
def period_for_local(time, dst=true)
tzinfo.period_for_local(time, dst)
end