Method: Time.find_zone
- Defined in:
- activesupport/lib/active_support/core_ext/time/zones.rb
.find_zone(time_zone) ⇒ Object
93 94 95 |
# File 'activesupport/lib/active_support/core_ext/time/zones.rb', line 93 def find_zone(time_zone) find_zone!(time_zone) rescue nil end |