# File lib/et-orbi.rb, line 246 def find_olson_zone(str) list_olson_zones(str).each { |s| z = get_tzone(s); return z if z } nil end