method

dst?

rails latest stable - Class: ActiveSupport::TimeZone

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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