method

dst?

dst?(time)
public

No documentation available.

# File activesupport/lib/active_support/values/time_zone.rb, line 571
    def dst?(time) # :nodoc:
      tzinfo.dst?(time)
    end