class ActiveSupport::TimeZone

def periods_for_local(time) # :nodoc:

:nodoc:
def periods_for_local(time) # :nodoc:
  tzinfo.periods_for_local(time)
end