method
find_zone
v3.2.8 -
Show latest stable
- Class:
Time
find_zone(time_zone)public
No documentation available.
# File activesupport/lib/active_support/core_ext/time/zones.rb, line 64
def find_zone(time_zone)
find_zone!(time_zone) rescue nil
end