instance method
standard_name
Ruby on Rails 8.1.2
Since v8.1.2Signature
standard_name()
Returns a standard time zone name defined by IANA www.iana.org/time-zones
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 319
def standard_name
MAPPING[name] || name
end
Defined in activesupport/lib/active_support/values/time_zone.rb line 319
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone