class method
self.find_zone
Ruby on Rails 4.0.13
Since v3.1.12Signature
self.find_zone(time_zone)
No documentation comment.
Parameters
-
time_zonereq
Source
# File activesupport/lib/active_support/core_ext/time/zones.rb, line 73
def find_zone(time_zone)
find_zone!(time_zone) rescue nil
end
Defined in activesupport/lib/active_support/core_ext/time/zones.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Time