method

abbr

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