method

abbr

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.

abbr(time)
public

No documentation available.

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