= private = protected
zone()
Returns the time zone abbreviation.
Time.zone = 'Eastern Time (US & Canada)' # => "Eastern Time (US & Canada)" Time.zone.now.zone # => "EST"
# File activesupport/lib/active_support/time_with_zone.rb, line 133 def zone period.abbreviation end